mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00: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
3 changed files with 16 additions and 3 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue