This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author taleinat
Recipients mark.dickinson, ncoghlan, rhettinger, scoder, skrah, stutzbach, taleinat
Date 2015-05-28.12:05:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432814721.42.0.430204778772.issue24270@psf.upfronthosting.co.za>
In-reply-to
Content
@Stefan: Well, this seems to already be the situation with the rest of the math module:

>>> math.isinf(Decimal("1e999"))
True

>>> math.sqrt(Decimal("1e999"))
inf

Properly handling other types which are convertible to floats, such as Decimal and Fraction, is outside the scope of this issue.
History
Date User Action Args
2015-05-28 12:05:21taleinatsetrecipients: + taleinat, rhettinger, mark.dickinson, ncoghlan, scoder, stutzbach, skrah
2015-05-28 12:05:21taleinatsetmessageid: <1432814721.42.0.430204778772.issue24270@psf.upfronthosting.co.za>
2015-05-28 12:05:21taleinatlinkissue24270 messages
2015-05-28 12:05:21taleinatcreate