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 skrah
Recipients mark.dickinson, ncoghlan, paul.moore, rhettinger, scoder, skrah, stutzbach, taleinat
Date 2015-05-29.13:33:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432906384.24.0.850861474037.issue24270@psf.upfronthosting.co.za>
In-reply-to
Content
> While we're on the subject, though, trying to convert a very large int to float fails with an OverflowError. Perhaps Decimal should do the same?

I've always viewed float() as a cast. For casting Decimal's behavior
seems to be the right one to me.

If we go ahead with implicit casts for isclose(), I still think
the PEP's non-float section should be changed:  It sounds as if
native support was planned for Decimal.

Does someone have the tracker id of Chris?
History
Date User Action Args
2015-05-29 13:33:04skrahsetrecipients: + skrah, rhettinger, paul.moore, mark.dickinson, ncoghlan, scoder, taleinat, stutzbach
2015-05-29 13:33:04skrahsetmessageid: <1432906384.24.0.850861474037.issue24270@psf.upfronthosting.co.za>
2015-05-29 13:33:04skrahlinkissue24270 messages
2015-05-29 13:33:03skrahcreate