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 woo yoo
Recipients docs@python, woo yoo
Date 2016-12-13.04:09:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481602171.57.0.675005739221.issue28955@psf.upfronthosting.co.za>
In-reply-to
Content
According to the documentation, which said "Additionally, comparing any number to a not-a-number value will return False. ",the comparison of `float('nan')!= 1`should yield False, while the result is True.

Small errors like this in documentation should be corrected?

The related link https://docs.python.org/3/reference/expressions.html#value-comparisons
History
Date User Action Args
2016-12-13 04:09:31woo yoosetrecipients: + woo yoo, docs@python
2016-12-13 04:09:31woo yoosetmessageid: <1481602171.57.0.675005739221.issue28955@psf.upfronthosting.co.za>
2016-12-13 04:09:31woo yoolinkissue28955 messages
2016-12-13 04:09:31woo yoocreate