]> granicus.if.org Git - python/commitdiff
Document that apply() is deprecated. See:
authorFred Drake <fdrake@acm.org>
Thu, 2 Jan 2003 04:54:04 +0000 (04:54 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 2 Jan 2003 04:54:04 +0000 (04:54 +0000)
http://mail.python.org/pipermail/python-dev/2003-January/031556.html

Doc/lib/libfuncs.tex

index ea48539993dd18f8e51ae413f3d9865404ed5d46..85ead28fdb6e0c62ffe00a7778ae17921fd2e05c 100644 (file)
@@ -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}