mirror of https://github.com/python/cpython
Include version annotation for PyObject_Call().
This commit is contained in:
parent
8bd62afca9
commit
f536827c65
|
@ -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}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue