]> granicus.if.org Git - python/commitdiff
Added item about specific missing entries in the C API manual.
authorFred Drake <fdrake@acm.org>
Thu, 23 Dec 1999 17:22:13 +0000 (17:22 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 23 Dec 1999 17:22:13 +0000 (17:22 +0000)
Doc/TODO

index 30052804f03edbd9ab66cf9b6a3012bea256216d..267fc653bd3043c92a7203c31ce4765d3d6ad96b 100644 (file)
--- 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 <a.hofkamp@wtb.tue.nl>.
 
+* Python/C API reference missing PyArg_ParseTuple(),
+  PyArg_ParseTupleAndKeywords(), Py_BuildValue().  Information
+  requested by Greg Kochanski <gpk@bell-labs.com>.  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 <jbkerr@sr.hp.com>.