Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77041b2

Browse files
committed
itertools, operator and functools are not really "numeric" modules; move them into their own "functional" chapter.
1 parent e98628d commit 77041b2

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

Doc/library/functional.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
******************************
2+
Functional Programming Modules
3+
******************************
4+
5+
The modules described in this chapter provide functions and classes that support
6+
a functional programming style, and general operations on callables.
7+
8+
The following modules are documented in this chapter:
9+
10+
11+
.. toctree::
12+
13+
itertools.rst
14+
functools.rst
15+
operator.rst

Doc/library/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ the `Python Package Index <http://pypi.python.org/pypi>`_.
4949
strings.rst
5050
datatypes.rst
5151
numeric.rst
52+
functional.rst
5253
filesys.rst
5354
persistence.rst
5455
archiving.rst

Doc/library/numeric.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,3 @@ The following modules are documented in this chapter:
2323
decimal.rst
2424
fractions.rst
2525
random.rst
26-
itertools.rst
27-
functools.rst
28-
operator.rst

0 commit comments

Comments
 (0)