]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30616: Functional API of enum allows to create empty enums. (#2304)
authorDong-hee Na <donghee.na92@gmail.com>
Wed, 21 Jun 2017 16:52:32 +0000 (01:52 +0900)
committerethanfurman <ethan@stoneleaf.us>
Wed, 21 Jun 2017 16:52:32 +0000 (09:52 -0700)
commitdcc8ce44c74492670e6bfbde588a2acbf8f365e0
tree911ffe701c25f1be9beeeeae22f924516a95e025
parent5ff7132313eb651107b179d20218dfe5d4e47f13
bpo-30616: Functional API of enum allows to create empty enums. (#2304)

* bpo-30616: Functional API of enum allows to create empty enums.

* Update NEWS

move addition to avoid conflict
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS