From: Raymond Hettinger Date: Wed, 2 Mar 2005 15:10:38 +0000 (+0000) Subject: Noted that the module is new in version 2.5. X-Git-Tag: v2.5a0~1986 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a458e9bc9ed1bb9daf99481585ec7496bc95e0b;p=python Noted that the module is new in version 2.5. --- diff --git a/Doc/lib/libfunctional.tex b/Doc/lib/libfunctional.tex index c092d6d4f4..fa8ef460bf 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