summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Furman <ethan@stoneleaf.us>2013-06-14 07:30:27 (GMT)
committerEthan Furman <ethan@stoneleaf.us>2013-06-14 07:30:27 (GMT)
commit0fff6ad1a1110b2163242f740ceb7a8a860c0eb5 (patch)
tree1593fa4db33740638a4852c8b74c0d4cc8c394bf
parent58f2efb9682691e65a9cb5d2b35ac71f19428009 (diff)
downloadcpython-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.rst1
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