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.21:34:24
SpamBayes Score 1.4694146e-10
Marked as misclassified No
Message-id <1226439266.84.0.660982897132.issue4296@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch incorporating Christian's tests, the missing lines from 
PyObject_RichCompareBool, and some additional tests to check that
[x] == [x] and the like remain True even when x is a NaN.  Oh, and a 
Misc/NEWS entry.

With this patch, all tests pass (debug and non-debug 32-bit builds) on OS 
X 10.5/Intel.

I think we should get the okay from Guido before committing this.  Maybe 
he remembers why he deleted these lines in the first place. :-)
History
Date User Action Args
2008-11-11 21:34:26mark.dickinsonsetrecipients: + mark.dickinson, gvanrossum, barry, rhettinger, christian.heimes, mikecurtis
2008-11-11 21:34:26mark.dickinsonsetmessageid: <1226439266.84.0.660982897132.issue4296@psf.upfronthosting.co.za>
2008-11-11 21:34:26mark.dickinsonlinkissue4296 messages
2008-11-11 21:34:25mark.dickinsoncreate