diff options
author | Ethan Furman <ethan@stoneleaf.us> | 2013-06-14 07:30:27 (GMT) |
---|---|---|
committer | Ethan Furman <ethan@stoneleaf.us> | 2013-06-14 07:30:27 (GMT) |
commit | 0fff6ad1a1110b2163242f740ceb7a8a860c0eb5 (patch) | |
tree | 1593fa4db33740638a4852c8b74c0d4cc8c394bf | |
parent | 58f2efb9682691e65a9cb5d2b35ac71f19428009 (diff) | |
download | cpython-0fff6ad1a1110b2163242f740ceb7a8a860c0eb5.zip cpython-0fff6ad1a1110b2163242f740ceb7a8a860c0eb5.tar.gz cpython-0fff6ad1a1110b2163242f740ceb7a8a860c0eb5.tar.bz2 |
Closes issue 17947. Adds PEP-0435 (Enum, IntEnum) to the stdlib.
-rw-r--r-- | Doc/library/datatypes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/datatypes.rst b/Doc/library/datatypes.rst index d0382e0..48af082 100644 --- a/Doc/library/datatypes.rst +++ b/Doc/library/datatypes.rst @@ -30,3 +30,4 @@ The following modules are documented in this chapter: copy.rst pprint.rst reprlib.rst + enum.rst |