summaryrefslogtreecommitdiffstats
path: root/Doc/library/index.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-06 09:23:19 (GMT)
committerGeorg Brandl <georg@python.org>2011-01-06 09:23:19 (GMT)
commit77041b23540764ef0cd4eec4f1368c740daff338 (patch)
treee467e446e45dafc136ee906d9a0d5c32de6f8e85 /Doc/library/index.rst
parente98628d60c6fed3cd668901755605dda6fee6dc6 (diff)
downloadcpython-77041b23540764ef0cd4eec4f1368c740daff338.zip
cpython-77041b23540764ef0cd4eec4f1368c740daff338.tar.gz
cpython-77041b23540764ef0cd4eec4f1368c740daff338.tar.bz2
itertools, operator and functools are not really "numeric" modules; move them into their own "functional" chapter.
Diffstat (limited to 'Doc/library/index.rst')
-rw-r--r--Doc/library/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/index.rst b/Doc/library/index.rst
index 39e0c20..9ac688c 100644
--- a/Doc/library/index.rst
+++ b/Doc/library/index.rst
@@ -49,6 +49,7 @@ the `Python Package Index <http://pypi.python.org/pypi>`_.
strings.rst
datatypes.rst
numeric.rst
+ functional.rst
filesys.rst
persistence.rst
archiving.rst