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-20.16:09:56
SpamBayes Score 1.304238e-06
Marked as misclassified No
Message-id <1303315797.52.0.566650464636.issue10042@psf.upfronthosting.co.za>
In-reply-to
Content
I was also surprised by the special return value, but it seems a bit overkill to change the implementation of rich comparison operators just because it's tricky to make a short and pretty class decorator that extends some operators to all operators. :)

And removing the support for returning NotImplemented is something that only can be done at the earliest in 3.4 anyway.
History
Date User Action Args
2011-04-20 16:09:57lregebrosetrecipients: + lregebro, rhettinger, eric.araujo, francescor, python-dev, javawizard
2011-04-20 16:09:57lregebrosetmessageid: <1303315797.52.0.566650464636.issue10042@psf.upfronthosting.co.za>
2011-04-20 16:09:56lregebrolinkissue10042 messages
2011-04-20 16:09:56lregebrocreate