summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-01-02 04:54:04 (GMT)
committerFred Drake <fdrake@acm.org>2003-01-02 04:54:04 (GMT)
commit45e482fd3d7efbf19c3e92e87212b7aa027e738e (patch)
tree62eb8dbb864034088d16a4c224937884cdf6e54b /Doc
parentc3bb26a099249ae267905a200451011c229ba00b (diff)
downloadcpython-45e482fd3d7efbf19c3e92e87212b7aa027e738e.zip
cpython-45e482fd3d7efbf19c3e92e87212b7aa027e738e.tar.gz
cpython-45e482fd3d7efbf19c3e92e87212b7aa027e738e.tar.bz2
Document that apply() is deprecated. See:
http://mail.python.org/pipermail/python-dev/2003-January/031556.html
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libfuncs.tex3
1 files changed, 3 insertions, 0 deletions
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}