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 codemiller
Recipients Jim.Jewett, catalin.iacob, codemiller, eric.araujo, francescor, javawizard, lregebro, ncoghlan, python-dev, rhettinger
Date 2013-07-15.07:15:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373872524.69.0.682054565343.issue10042@psf.upfronthosting.co.za>
In-reply-to
Content
Nick is correct; a logic bug was introduced during refactoring, which is fixed in the attached patch. The tests introduced with my original patch cover cases where an operation is not implemented, so it would be inappropriate to add a test case there that would have caught the aforementioned error. Instead I have added some extra cases to the existing total_ordering tests; these now fail when encountering this (now fixed) logic error.
History
Date User Action Args
2013-07-15 07:15:24codemillersetrecipients: + codemiller, rhettinger, ncoghlan, eric.araujo, lregebro, francescor, catalin.iacob, python-dev, javawizard, Jim.Jewett
2013-07-15 07:15:24codemillersetmessageid: <1373872524.69.0.682054565343.issue10042@psf.upfronthosting.co.za>
2013-07-15 07:15:24codemillerlinkissue10042 messages
2013-07-15 07:15:24codemillercreate