Commit bc494dbb authored by Fred Drake's avatar Fred Drake

Include version annotation for PyObject_Call().

parent b722ee73
......@@ -236,6 +236,7 @@ determination.
expression \samp{apply(\var{callable_object}, \var{args}, \var{kw})}
or \samp{\var{callable_object}(*\var{args}, **\var{kw})}.
\bifuncindex{apply}
\versionadded{2.2}
\end{cfuncdesc}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment