Kaydet (Commit) 77041b23 authored tarafından Georg Brandl's avatar Georg Brandl

itertools, operator and functools are not really "numeric" modules; move them…

itertools, operator and functools are not really "numeric" modules; move them into their own "functional" chapter.
üst e98628d6
******************************
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
......@@ -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
......
......@@ -23,6 +23,3 @@ The following modules are documented in this chapter:
decimal.rst
fractions.rst
random.rst
itertools.rst
functools.rst
operator.rst
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment