diff options
| author | Fred Drake <fdrake@acm.org> | 2001-07-20 20:55:31 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2001-07-20 20:55:31 +0000 |
| commit | 6d988559a38791333884f80aff9224826a70e3ee (patch) | |
| tree | 0ee978c321bc540f3c512866baabe819d0f7ac45 /Doc | |
| parent | 7f5296e7c06f5a6010960f34ae7db89d8902cddb (diff) | |
| download | cpython-git-6d988559a38791333884f80aff9224826a70e3ee.tar.gz | |
Added information on Py_BuildValue().
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/api/refcounts.dat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index 566cc2f3cc..a84ce5bffd 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:: |
