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

Ethan Furman ethan at stoneleaf.us
Fri Apr 26 08:36:12 CEST 2013


On 04/25/2013 10:30 PM, Nick Coghlan wrote:
>
> Alternatively, we can flip it around and require that each enum
> definition nominate an expected value type (defaulting to int) and
> only convert class attributes that are instances of that type to
> instances of the enum class.

I think this option makes the most sense.

--
~Ethan~


More information about the Python-Dev mailing list