From 6a458e9bc9ed1bb9daf99481585ec7496bc95e0b Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 2 Mar 2005 15:10:38 +0000 Subject: [PATCH] Noted that the module is new in version 2.5. --- Doc/lib/libfunctional.tex | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0