From 45e482fd3d7efbf19c3e92e87212b7aa027e738e Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 2 Jan 2003 04:54:04 +0000 Subject: Document that apply() is deprecated. See: http://mail.python.org/pipermail/python-dev/2003-January/031556.html --- Doc/lib/libfuncs.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index ea48539..85ead28 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -75,6 +75,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}{bool}{x} -- cgit v0.12