From: Fred Drake Date: Thu, 23 Dec 1999 17:22:13 +0000 (+0000) Subject: Added item about specific missing entries in the C API manual. X-Git-Tag: v1.6a1~576 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9093834acb6b926543562ad54e920db096747be1;p=python Added item about specific missing entries in the C API manual. --- diff --git a/Doc/TODO b/Doc/TODO index 30052804f0..267fc653bd 100644 --- a/Doc/TODO +++ b/Doc/TODO @@ -16,6 +16,11 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*- must be linked against the C++ libraries (and possibly runtime). Also noted by Albert Hofkamp . +* Python/C API reference missing PyArg_ParseTuple(), + PyArg_ParseTupleAndKeywords(), Py_BuildValue(). Information + requested by Greg Kochanski . PyEval_EvalCode() + has also been requested. + * Update the pickle documentation to describe all of the current behavior; only a subset is described. __reduce__, etc. Partial update submitted by Jim Kerr .