[issue26521] add `extend_enum` to Enum

Serhiy Storchaka report at bugs.python.org
Wed Mar 9 15:15:57 EST 2016


Serhiy Storchaka added the comment:

To me, the essential property of enums in other languages is that there is known limited set of possible values. If this set is dynamically extended, this is not enum.

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list