From: Fred Drake Date: Thu, 2 Jan 2003 04:54:22 +0000 (+0000) Subject: Document that apply() is deprecated. See: X-Git-Tag: v2.2.3c1~193 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=176f3a65997b67ac4745c150e1503b920f46e9d9;p=thirdparty%2FPython%2Fcpython.git Document that apply() is deprecated. See: http://mail.python.org/pipermail/python-dev/2003-January/031556.html --- diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 7a7d764916d8..2be606fbb100 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -77,6 +77,9 @@ def my_import(name): to \code{\var{function}(*\var{args}, **\var{keywords})}. 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} \begin{funcdesc}{buffer}{object\optional{, offset\optional{, size}}}