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 Jim.Jewett
Recipients Jim.Jewett, catalin.iacob, codemiller, eric.araujo, francescor, javawizard, lregebro, ncoghlan, python-dev, rhettinger
Date 2013-07-10.22:43:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373496181.96.0.479344441855.issue10042@psf.upfronthosting.co.za>
In-reply-to
Content
> Since this is such an incredibly niche edge case 
> (the ordered comparison has to return NotImplemented
> while __eq__ returns True), 

*and* the types are explicitly supposed to ordered, 
based on what is being tested

> I remaining consistent with the existing behaviour 
> is the most important consideration.

Agreed, once I consider that additional caveat.
History
Date User Action Args
2013-07-10 22:43:02Jim.Jewettsetrecipients: + Jim.Jewett, rhettinger, ncoghlan, eric.araujo, lregebro, francescor, catalin.iacob, python-dev, javawizard, codemiller
2013-07-10 22:43:01Jim.Jewettsetmessageid: <1373496181.96.0.479344441855.issue10042@psf.upfronthosting.co.za>
2013-07-10 22:43:01Jim.Jewettlinkissue10042 messages
2013-07-10 22:43:01Jim.Jewettcreate