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 loewis
Recipients docs@python, loewis, max
Date 2012-09-21.05:57:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348207054.19.0.747755200335.issue15997@psf.upfronthosting.co.za>
In-reply-to
Content
This must not be documented for NotImplemented, but for the operations itself. On the same page, it says

"There are no swapped-argument versions of these methods (to be used when the left argument does not support the operation but the right argument does); rather, __lt__() and __gt__() are each other’s reflection, __le__() and __ge__() are each other’s reflection, and __eq__() and __ne__() are their own reflection."

So I'd say it's there already.
History
Date User Action Args
2012-09-21 05:57:34loewissetrecipients: + loewis, docs@python, max
2012-09-21 05:57:34loewissetmessageid: <1348207054.19.0.747755200335.issue15997@psf.upfronthosting.co.za>
2012-09-21 05:57:33loewislinkissue15997 messages
2012-09-21 05:57:33loewiscreate