]> granicus.if.org Git - python/commit
Add AutoEnum: automatically provides next value if missing. Issue 26988.
authorEthan Furman <ethan@stoneleaf.us>
Fri, 5 Aug 2016 23:03:16 +0000 (16:03 -0700)
committerEthan Furman <ethan@stoneleaf.us>
Fri, 5 Aug 2016 23:03:16 +0000 (16:03 -0700)
commit73fc586d9fbfc6e5f5aef20691b21b569eb56ae8
tree011cb550c07650ea215977d80049f5df4ec5ffda
parent20bd9f033af72b4e886ab20d46b1558c4dbf3a3f
Add AutoEnum: automatically provides next value if missing.  Issue 26988.
Doc/library/enum.rst
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS