[issue21706] Add base for enumerations (Functional API)

Dmitry Korchemny report at bugs.python.org
Wed Jun 11 08:22:40 CEST 2014


Dmitry Korchemny added the comment:

I think that the situation when you want start numbering from 0 is rather common, especially when you need to define bit fields as enumeration or when you need to implement an interface with other languages (e.g., C).

----------

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


More information about the Python-bugs-list mailing list