summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-12-23 17:22:13 (GMT)
committerFred Drake <fdrake@acm.org>1999-12-23 17:22:13 (GMT)
commit9093834acb6b926543562ad54e920db096747be1 (patch)
tree2dd3bf974ded1801328ec1a074bf2b931381ce81 /Doc
parent24073eaf2b3f3a8e202288eedb55d5c73f36e041 (diff)
downloadcpython-9093834acb6b926543562ad54e920db096747be1.zip
cpython-9093834acb6b926543562ad54e920db096747be1.tar.gz
cpython-9093834acb6b926543562ad54e920db096747be1.tar.bz2
Added item about specific missing entries in the C API manual.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/TODO5
1 files changed, 5 insertions, 0 deletions
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 <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>.