[issue26988] Add AutoNumberedEnum to stdlib

Ethan Furman report at bugs.python.org
Sun Jul 10 01:41:37 EDT 2016


Ethan Furman added the comment:

I need names.  `aenum` already has an `AutoNumberEnum` (the one from the docs, no magic) so I hate to use the same name for the stdlib version with different behavior.

So I either need a different name for the stdlib version, or a different name for the aenum version.

Any ideas?

Hmmm... maybe SequentialEnum for the aenum version...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26988>
_______________________________________


More information about the Python-bugs-list mailing list