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

2013年4月12日 08:57:14 -0700

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 darn, this doesn't work for Python 2.7. You don't care for PEP 435, but
flufl.enum will have to raise the TypeError explicitly for consistency.
-Barry
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to