diff options
author | Fred Drake <fdrake@acm.org> | 2003-01-25 07:48:13 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-01-25 07:48:13 +0000 |
commit | f536827c65c8ab3d47a9a140dbedde31149040fc (patch) | |
tree | 4656bf10ca7f90f80c31357317422c50422d2d17 /Doc/api | |
parent | 8bd62afca9dcacf825aab08d50b57d89d470269f (diff) | |
download | cpython-git-f536827c65c8ab3d47a9a140dbedde31149040fc.tar.gz |
Include version annotation for PyObject_Call().
Diffstat (limited to 'Doc/api')
-rw-r--r-- | Doc/api/abstract.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/api/abstract.tex b/Doc/api/abstract.tex index 91c0944edf..0822f620ee 100644 --- a/Doc/api/abstract.tex +++ b/Doc/api/abstract.tex @@ -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} |