mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
itertools, operator and functools are not really "numeric" modules; move them into their own "functional" chapter.
This commit is contained in:
parent
e98628d60c
commit
77041b2354
15
Doc/library/functional.rst
Normal file
15
Doc/library/functional.rst
Normal 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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user