cpython: fae92309c3be (original) (raw)
Mercurial > cpython
changeset 84117:fae92309c3be
Closes issue 17947. Adds PEP-0435 (Enum, IntEnum) to the stdlib. [#17947]
Ethan Furman ethan@stoneleaf.us | |
---|---|
date | Fri, 14 Jun 2013 00:30:27 -0700 |
parents | af27c661d4fb |
children | 4751f1b54540 |
files | Doc/library/datatypes.rst |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-)[+] [-] Doc/library/datatypes.rst 1 |
line wrap: on
line diff
--- a/Doc/library/datatypes.rst +++ b/Doc/library/datatypes.rst @@ -30,3 +30,4 @@ The following modules are documented in copy.rst pprint.rst reprlib.rst