summaryrefslogtreecommitdiffstats
path: root/Doc/TODO
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-23 15:15:58 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-23 15:15:58 (GMT)
commit10682c28b44eb4fa71b6873e52d5385c9a90ec35 (patch)
tree7127a0f0895ca431d35cc85403b566df9a2d6002 /Doc/TODO
parent812860e81dfa031d85ebf7cdefeaff0063c626ea (diff)
downloadcpython-10682c28b44eb4fa71b6873e52d5385c9a90ec35.zip
cpython-10682c28b44eb4fa71b6873e52d5385c9a90ec35.tar.gz
cpython-10682c28b44eb4fa71b6873e52d5385c9a90ec35.tar.bz2
Added a couple more requests from users.
Diffstat (limited to 'Doc/TODO')
-rw-r--r--Doc/TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/TODO b/Doc/TODO
index 12ac516..ab027f9 100644
--- a/Doc/TODO
+++ b/Doc/TODO
@@ -10,6 +10,15 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
* Complete the "Matching vs. Searching" subsection in the re module
section.
+* The "Very High Level Interface" in the API document has been
+ requested; I guess it wouldn't hurt to fill in a bit there. Request
+ by Albert Hofkamp <a.hofkamp@wtb.tue.nl>.
+
+* In the extensions manual, more information is needed about building
+ dynamically linked extensions in C++. Specifically, the extensions
+ must be linked against the C++ libraries (and possibly runtime).
+ Also noted by Albert Hofkamp <a.hofkamp@wtb.tue.nl>.
+
* Update the pickle documentation to describe all of the current
behavior; only a subset is described. __reduce__, etc.