summaryrefslogtreecommitdiff
path: root/Doc/TODO
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-12-23 17:22:13 +0000
committerFred Drake <fdrake@acm.org>1999-12-23 17:22:13 +0000
commit581aa018b4802ea223b0c4b25a6b5a54cf781e3e (patch)
tree548ddbb2f4a88cdb213b998ff8eb5d6d70d70aae /Doc/TODO
parentad30da800491e3fe4e1cdaeb08f9cc1674f41e19 (diff)
downloadcpython-581aa018b4802ea223b0c4b25a6b5a54cf781e3e.tar.gz
Added item about specific missing entries in the C API manual.
Diffstat (limited to 'Doc/TODO')
-rw-r--r--Doc/TODO5
1 files changed, 5 insertions, 0 deletions
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 <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>.