]> granicus.if.org Git - python/commitdiff
itertools, operator and functools are not really "numeric" modules; move them into...
authorGeorg Brandl <georg@python.org>
Thu, 6 Jan 2011 09:23:19 +0000 (09:23 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 6 Jan 2011 09:23:19 +0000 (09:23 +0000)
Doc/library/functional.rst [new file with mode: 0644]
Doc/library/index.rst
Doc/library/numeric.rst

diff --git a/Doc/library/functional.rst b/Doc/library/functional.rst
new file mode 100644 (file)
index 0000000..5b6185a
--- /dev/null
@@ -0,0 +1,15 @@
+******************************
+Functional Programming Modules
+******************************
+
+The modules described in this chapter provide functions and classes that support
+a functional programming style, and general operations on callables.
+
+The following modules are documented in this chapter:
+
+
+.. toctree::
+
+   itertools.rst
+   functools.rst
+   operator.rst
index 39e0c20403d8b956f68e16f3a69289f295d2d455..9ac688c8c9e4ad3da19351c8bc641622ea4b2760 100644 (file)
@@ -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
index 641f58885caef501c9c816564fc1d2bd824c2a83..ba22cb6882b7cb69ffda8edd775e18456e3cb268 100644 (file)
@@ -23,6 +23,3 @@ The following modules are documented in this chapter:
    decimal.rst
    fractions.rst
    random.rst
-   itertools.rst
-   functools.rst
-   operator.rst