]> granicus.if.org Git - python/commitdiff
Closes issue 17947. Adds PEP-0435 (Enum, IntEnum) to the stdlib.
authorEthan Furman <ethan@stoneleaf.us>
Fri, 14 Jun 2013 07:30:27 +0000 (00:30 -0700)
committerEthan Furman <ethan@stoneleaf.us>
Fri, 14 Jun 2013 07:30:27 +0000 (00:30 -0700)
Doc/library/datatypes.rst

index d0382e0f7a58bd7ef50f34182fbbdf78fada37ba..48af0823aa4912ea9a45d7eefd1cc952916f81ba 100644 (file)
@@ -30,3 +30,4 @@ The following modules are documented in this chapter:
    copy.rst
    pprint.rst
    reprlib.rst
+   enum.rst