diff options
author | Raymond Hettinger <python@rcn.com> | 2005-03-02 15:10:38 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2005-03-02 15:10:38 (GMT) |
commit | 6a458e9bc9ed1bb9daf99481585ec7496bc95e0b (patch) | |
tree | c3711b00a6e28d6f75b8d69cf104e963deeeea71 /Doc | |
parent | 8659d909d39229f93a35d15d4f30960dbafe2370 (diff) | |
download | cpython-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.tex | 1 |
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 |