[Python-Dev] PEP 435 -- Adding an Enum type to the Python standard library (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Thu Apr 25 14:29:04 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 ]
Le Thu, 25 Apr 2013 05:21:50 -0700, Eli Bendersky <eliben at gmail.com> a écrit :
> or: > > >>> Colors(1) > <EnumValue: Colors.red [value=1]> > > This syntax was considered initially but then rejected because it's confusing, and there already exists a way to lookup by value (Colors[1]).
Well, it works in latest flufl.enum. Is there a difference between the PEP and the implementation.
Regards
Antoine.
- 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 ]