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 mark.dickinson
Recipients barry, christian.heimes, gvanrossum, mark.dickinson, mikecurtis, rhettinger
Date 2008-11-11.14:46:21
SpamBayes Score 5.1814222e-06
Marked as misclassified No
Message-id <1226414782.5.0.513372553287.issue4296@psf.upfronthosting.co.za>
In-reply-to
Content
With the lines Raymond mentions restored, all tests (including the extra 
tests Christian's posted here) pass for me, and I also get:

>>> a = [float('nan')]
>>> a == a
True

Incidentally, it looks as though the PyObject_RichCompareBool lines were 
removed in r51533.
History
Date User Action Args
2008-11-11 14:46:22mark.dickinsonsetrecipients: + mark.dickinson, gvanrossum, barry, rhettinger, christian.heimes, mikecurtis
2008-11-11 14:46:22mark.dickinsonsetmessageid: <1226414782.5.0.513372553287.issue4296@psf.upfronthosting.co.za>
2008-11-11 14:46:21mark.dickinsonlinkissue4296 messages
2008-11-11 14:46:21mark.dickinsoncreate