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 w0rthle$$
Recipients docs@python, w0rthle$$
Date 2022-03-15.00:45:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647305119.03.0.119079591211.issue47020@roundup.psfhosted.org>
In-reply-to
Content
float('nan')==math.nan  does NOT evaluate to True (as suggested by documentation).
    On the other hand, float('inf')==math.inf  DOES evaluate to True (as suggested by documentation).

Documentation we're referring to: https://docs.python.org/3.8/library/math.html
History
Date User Action Args
2022-03-15 00:45:19w0rthle$$setrecipients: + w0rthle$$, docs@python
2022-03-15 00:45:19w0rthle$$setmessageid: <1647305119.03.0.119079591211.issue47020@roundup.psfhosted.org>
2022-03-15 00:45:19w0rthle$$linkissue47020 messages
2022-03-15 00:45:18w0rthle$$create