[Python-Dev] PEP 435 -- Adding an Enum type to the Python standard library (original) (raw)
Guido van Rossum guido at python.org
Sun Apr 21 23:50:17 CEST 2013
- Previous message: [Python-Dev] PEP 435 -- Adding an Enum type to the Python standard library
- Next message: [Python-Dev] PEP 435 -- Adding an Enum type to the Python standard library
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Fine with me.
On Sun, Apr 21, 2013 at 2:47 PM, Barry Warsaw <barry at python.org> wrote:
On Apr 20, 2013, at 07:10 PM, R. David Murray wrote:
It seems strange to limit a new Python3 feature to the Python2 feature set. Just saying :) For a critical feature sure, but I don't put repr or enum item iteration order in that category. There's no need for gratuitous incompatibility either, and attribute name order is just fine. -Barry
Python-Dev mailing list Python-Dev at python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/guido%40python.org
-- --Guido van Rossum (python.org/~guido)
- Previous message: [Python-Dev] PEP 435 -- Adding an Enum type to the Python standard library
- Next message: [Python-Dev] PEP 435 -- Adding an Enum type to the Python standard library
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]