From 9093834acb6b926543562ad54e920db096747be1 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 23 Dec 1999 17:22:13 +0000 Subject: Added item about specific missing entries in the C API manual. --- Doc/TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/TODO b/Doc/TODO index 3005280..267fc65 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 . -- cgit v0.12