commit | 77041b23540764ef0cd4eec4f1368c740daff338 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Jan 06 09:23:19 2011 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Jan 06 09:23:19 2011 +0000 |
tree | e467e446e45dafc136ee906d9a0d5c32de6f8e85 | |
parent | e98628d60c6fed3cd668901755605dda6fee6dc6 [diff] [blame] |
itertools, operator and functools are not really "numeric" modules; move them into their own "functional" chapter.
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 @@ strings.rst datatypes.rst numeric.rst + functional.rst filesys.rst persistence.rst archiving.rst