Document that apply() is deprecated. See:
http://mail.python.org/pipermail/python-dev/2003-January/031556.html
This commit is contained in:
parent
c3bb26a099
commit
45e482fd3d
|
@ -75,6 +75,9 @@ def my_import(name):
|
||||||
to \code{\var{function}(*\var{args}, **\var{keywords})}.
|
to \code{\var{function}(*\var{args}, **\var{keywords})}.
|
||||||
Use of \function{apply()} is not necessary since the ``extended call
|
Use of \function{apply()} is not necessary since the ``extended call
|
||||||
syntax,'' as used in the last example, is completely equivalent.
|
syntax,'' as used in the last example, is completely equivalent.
|
||||||
|
|
||||||
|
\deprecated{2.3}{Use the extended call syntax instead, as described
|
||||||
|
above.}
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{bool}{x}
|
\begin{funcdesc}{bool}{x}
|
||||||
|
|
Loading…
Reference in New Issue