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 lregebro
Recipients eric.araujo, francescor, javawizard, lregebro, python-dev, rhettinger
Date 2011-04-19.07:40:16
SpamBayes Score 0.0003257128
Marked as misclassified No
Message-id <1303198818.91.0.151311240532.issue10042@psf.upfronthosting.co.za>
In-reply-to
Content
I'm attaching a file with the example classes returning NotImplemented, and a different implementation of a total ordering, as an example of how returning NotImplemented by one class will give the chance to the other class. This is the ultimate cause of the bug, and new_total_ordering handles it properly.
History
Date User Action Args
2011-04-19 07:40:18lregebrosetrecipients: + lregebro, rhettinger, eric.araujo, francescor, python-dev, javawizard
2011-04-19 07:40:18lregebrosetmessageid: <1303198818.91.0.151311240532.issue10042@psf.upfronthosting.co.za>
2011-04-19 07:40:17lregebrolinkissue10042 messages
2011-04-19 07:40:17lregebrocreate