summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-07-20 20:55:31 (GMT)
committerFred Drake <fdrake@acm.org>2001-07-20 20:55:31 (GMT)
commit6d988559a38791333884f80aff9224826a70e3ee (patch)
tree0ee978c321bc540f3c512866baabe819d0f7ac45 /Doc
parent7f5296e7c06f5a6010960f34ae7db89d8902cddb (diff)
downloadcpython-6d988559a38791333884f80aff9224826a70e3ee.zip
cpython-6d988559a38791333884f80aff9224826a70e3ee.tar.gz
cpython-6d988559a38791333884f80aff9224826a70e3ee.tar.bz2
Added information on Py_BuildValue().
Diffstat (limited to 'Doc')
-rw-r--r--Doc/api/refcounts.dat3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat
index 566cc2f..a84ce5b 100644
--- a/Doc/api/refcounts.dat
+++ b/Doc/api/refcounts.dat
@@ -1262,6 +1262,9 @@ PyUnicode_Contains:PyObject*:element:0:
Py_AtExit:int:::
Py_AtExit:void (*)():func::
+Py_BuildValue:PyObject*::+1:
+Py_BuildValue:char*:format::
+
Py_CompileString:PyObject*::+1:
Py_CompileString:char*:str::
Py_CompileString:char*:filename::