From 0fff6ad1a1110b2163242f740ceb7a8a860c0eb5 Mon Sep 17 00:00:00 2001 From: Ethan Furman Date: Fri, 14 Jun 2013 00:30:27 -0700 Subject: Closes issue 17947. Adds PEP-0435 (Enum, IntEnum) to the stdlib. --- Doc/library/datatypes.rst | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v0.12