[Python-checkins] python/dist/src/Doc/lib libfunctional.tex, 1.1, 1.2

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Wed Mar 2 16:10:41 CET 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17079

Modified Files:
	libfunctional.tex 
Log Message:
Noted that the module is new in version 2.5.

Index: libfunctional.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfunctional.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libfunctional.tex	28 Feb 2005 19:39:23 -0000	1.1
+++ libfunctional.tex	2 Mar 2005 15:10:38 -0000	1.2
@@ -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



More information about the Python-checkins mailing list