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, pitrou, skrah, steven.daprano
Date 2012-08-03.19:41:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344022908.17.0.617770348728.issue15544@psf.upfronthosting.co.za>
In-reply-to
Content
> OTOH, IEEE 754 *does* cover floating-point to int conversions (5.4.1, 5.8):  those fall under 'general-computational operations', and as such should signal when given an sNaN.

That sounds good. Let's keep the ValueError then. We could consider
InvalidOperation like with Decimal('snan').to_integral(), but that's
probably confusing in the context of the math module.
History
Date User Action Args
2012-08-03 19:41:48skrahsetrecipients: + skrah, mark.dickinson, pitrou, steven.daprano
2012-08-03 19:41:48skrahsetmessageid: <1344022908.17.0.617770348728.issue15544@psf.upfronthosting.co.za>
2012-08-03 19:41:47skrahlinkissue15544 messages
2012-08-03 19:41:46skrahcreate