Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 504b95047a8ada06ab630abce55ac2f85566ca37 https://github.com/python/cpython/commit/504b95047a8ada06ab630abce55ac2f85566ca37 Author: Dong-hee Na <donghee.na92 at gmail.com> Date: 2017年06月24日 (2017年6月24日) Changed paths: M Lib/enum.py M Lib/test/test_enum.py M Misc/NEWS Log Message: ----------- [3.6] bpo-30616: Functional API of enum allows to create empty enums. (#2304) (#2324)