[Python-ideas] Decorator for creating enumeration?

Ethan Furman ethan at stoneleaf.us
Sun Dec 10 18:21:03 EST 2017


On 12/10/2017 09:50 AM, Guido van Rossum wrote:

> There's a third-party enum package. Maybe you can contribute an implementation of this idea there. If it becomes popular
> maybe we can add it to the stdlib enum module.

The third-party library in question is aenum (enum34 isn't getting new functionality).  It can be found at 
https://bitbucket.org/stoneleaf/aenum .

--
~Ethan~


More information about the Python-ideas mailing list