itertools, operator and functools are not really "numeric" modules; move them into their own "functional" chapter.

This commit is contained in:
Georg Brandl 2011-01-06 09:23:19 +00:00
parent e98628d60c
commit 77041b2354
3 changed files with 16 additions and 3 deletions

View File

@ -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

View 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

View 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