[Python-checkins] python/dist/src/Doc/lib libfuncs.tex,1.100.4.13,1.100.4.14

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 01 Jan 2003 20:54:24 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv6080

Modified Files:
      Tag: release22-maint
	libfuncs.tex 
Log Message:
Document that apply() is deprecated.  See:
http://mail.python.org/pipermail/python-dev/2003-January/031556.html


Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.100.4.13
retrieving revision 1.100.4.14
diff -C2 -d -r1.100.4.13 -r1.100.4.14
*** libfuncs.tex	1 Nov 2002 21:34:39 -0000	1.100.4.13
--- libfuncs.tex	2 Jan 2003 04:54:22 -0000	1.100.4.14
***************
*** 78,81 ****
--- 78,84 ----
    Use of \function{apply()} is not necessary since the ``extended call
    syntax,'' as used in the last example, is completely equivalent.
+ 
+   \deprecated{2.3}{Use the extended call syntax instead, as described
+                    above.}
  \end{funcdesc}