]> granicus.if.org Git - python/commit
Closes issue 17947. Adds PEP-0435 (Adding an Enum type to the Python standard library).
authorEthan Furman <ethan@stoneleaf.us>
Fri, 14 Jun 2013 23:55:46 +0000 (16:55 -0700)
committerEthan Furman <ethan@stoneleaf.us>
Fri, 14 Jun 2013 23:55:46 +0000 (16:55 -0700)
commit6b3d64ab5d7a448535a10811234d4ef99ddb54b0
tree808d9e441ac2e10ead389d06d29c17031d7cee29
parent2d7720418008582aefe3a031b78ef4e867e75d09
Closes issue 17947.  Adds PEP-0435 (Adding an Enum type to the Python standard library).

Missing files added.
News entry added.
Doc/library/enum.rst [new file with mode: 0644]
Lib/enum.py [new file with mode: 0644]
Lib/test/test_enum.py [new file with mode: 0644]
Misc/NEWS