mirror of https://github.com/python/cpython
Noted that the module is new in version 2.5.
This commit is contained in:
parent
8659d909d3
commit
6a458e9bc9
|
@ -9,6 +9,7 @@
|
|||
|
||||
\modulesynopsis{Higher-order functions and operations on callable objects.}
|
||||
|
||||
\versionadded{2.5}
|
||||
|
||||
The \module{functional} module is for higher-order functions: functions
|
||||
that act on or return other functions. In general, any callable object can
|
||||
|
|
Loading…
Reference in New Issue