[Python-Dev] PEP 435 -- Adding an Enum type to the Python standard library

Barry Warsaw barry at python.org
Fri Apr 12 17:24:59 CEST 2013


On Apr 12, 2013, at 11:29 AM, R. David Murray wrote:

>You get that automatically if you return NotImplemented from the
>comparison methods.  I don't think you should be explicitly raising
>NotImplemented.

Oh, that's much better.  Thanks, I'll update the implementation, docs, and
PEP.

-Barry



More information about the Python-Dev mailing list