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 ethan.furman
Recipients eric.araujo, ethan.furman, ezio.melotti, georg.brandl, python-dev, r.david.murray
Date 2014-11-01.14:25:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414851901.72.0.0877329722913.issue22780@psf.upfronthosting.co.za>
In-reply-to
Content
Here's the actual change:

+   Special value which should be returned by the special methods
+   (:meth:`__eq__`, :meth:`__lt__`, :meth:`__add__`, etc.) to indicate
+   that the operation is not implemented with respect to the other type.

I'll update the Enum docs as well.
History
Date User Action Args
2014-11-01 14:25:01ethan.furmansetrecipients: + ethan.furman, georg.brandl, ezio.melotti, eric.araujo, r.david.murray, python-dev
2014-11-01 14:25:01ethan.furmansetmessageid: <1414851901.72.0.0877329722913.issue22780@psf.upfronthosting.co.za>
2014-11-01 14:25:01ethan.furmanlinkissue22780 messages
2014-11-01 14:25:01ethan.furmancreate