]> granicus.if.org Git - python/commit
Close issue23900: add default __doc__ to new enumerations that do not specify one.
authorEthan Furman <ethan@stoneleaf.us>
Sun, 12 Apr 2015 06:23:06 +0000 (23:23 -0700)
committerEthan Furman <ethan@stoneleaf.us>
Sun, 12 Apr 2015 06:23:06 +0000 (23:23 -0700)
commit48a724fa33143bcbab2228058d3f59e1813bd49c
tree1e5ab980434e531aa80d841c3072978c9b925f6c
parenta1c7e727c8fd9a9bf924ecc20c7d6892d19aa99e
Close issue23900: add default __doc__ to new enumerations that do not specify one.
Lib/enum.py
Lib/test/test_enum.py