summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2005-03-02 15:10:38 (GMT)
committerRaymond Hettinger <python@rcn.com>2005-03-02 15:10:38 (GMT)
commit6a458e9bc9ed1bb9daf99481585ec7496bc95e0b (patch)
treec3711b00a6e28d6f75b8d69cf104e963deeeea71 /Doc
parent8659d909d39229f93a35d15d4f30960dbafe2370 (diff)
downloadcpython-6a458e9bc9ed1bb9daf99481585ec7496bc95e0b.zip
cpython-6a458e9bc9ed1bb9daf99481585ec7496bc95e0b.tar.gz
cpython-6a458e9bc9ed1bb9daf99481585ec7496bc95e0b.tar.bz2
Noted that the module is new in version 2.5.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libfunctional.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libfunctional.tex b/Doc/lib/libfunctional.tex
index c092d6d..fa8ef46 100644
--- a/Doc/lib/libfunctional.tex
+++ b/Doc/lib/libfunctional.tex
@@ -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