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:47:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344023256.24.0.235062758077.issue15544@psf.upfronthosting.co.za>
In-reply-to
Content
> Why not add a is_nan() method to float numbers instead?

Do you mean replacing math.isnan(x) by x.is_nan() to avoid the issue
altogether? I'm not sure that's possible given that math just wraps
the C library.
History
Date User Action Args
2012-08-03 19:47:36skrahsetrecipients: + skrah, mark.dickinson, pitrou, steven.daprano
2012-08-03 19:47:36skrahsetmessageid: <1344023256.24.0.235062758077.issue15544@psf.upfronthosting.co.za>
2012-08-03 19:47:35skrahlinkissue15544 messages
2012-08-03 19:47:35skrahcreate