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 slateny
Recipients docs@python, slateny, steven.daprano
Date 2022-03-19.03:26:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647660362.94.0.657952940802.issue47031@roundup.psfhosted.org>
In-reply-to
Content
How does this sound instead? The unequalness is pushed to the front and the IEEE part back so it's less likely missed:

Math.nan and float('nan') are never equal to any other value, including themselves, as per IEEE 754. Use math.isnan to test for NANs.
History
Date User Action Args
2022-03-19 03:26:02slatenysetrecipients: + slateny, steven.daprano, docs@python
2022-03-19 03:26:02slatenysetmessageid: <1647660362.94.0.657952940802.issue47031@roundup.psfhosted.org>
2022-03-19 03:26:02slatenylinkissue47031 messages
2022-03-19 03:26:02slatenycreate