From 581aa018b4802ea223b0c4b25a6b5a54cf781e3e 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(+) (limited to 'Doc/TODO') 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 . -- cgit v1.2.1