projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bd62af
)
Include version annotation for PyObject_Call().
author
Fred Drake
<fdrake@acm.org>
Sat, 25 Jan 2003 07:48:13 +0000
(07:48 +0000)
committer
Fred Drake
<fdrake@acm.org>
Sat, 25 Jan 2003 07:48:13 +0000
(07:48 +0000)
Doc/api/abstract.tex
patch
|
blob
|
history
diff --git
a/Doc/api/abstract.tex
b/Doc/api/abstract.tex
index 91c0944edf8c1bcb38ee60e596d1ac9027ce7095..0822f620ee389f48764578e84962076a8ef8f1b7 100644
(file)
--- 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}