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