Branch: refs/heads/master Home: https://github.com/python/cpython Commit: dcc8ce44c74492670e6bfbde588a2acbf8f365e0 https://github.com/python/cpython/commit/dcc8ce44c74492670e6bfbde588a2acbf8f365e0 Author: Dong-hee Na <donghee.na92 at gmail.com> Date: 2017年06月21日 (2017年6月21日) Changed paths: M Lib/enum.py M Lib/test/test_enum.py M Misc/NEWS Log Message: ----------- 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