]> granicus.if.org Git - python/commitdiff
Added a couple more requests from users.
authorFred Drake <fdrake@acm.org>
Fri, 23 Apr 1999 15:15:58 +0000 (15:15 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 23 Apr 1999 15:15:58 +0000 (15:15 +0000)
Doc/TODO

index 12ac516a030df2658f8312ddbd9cc1b77616d325..ab027f90df1cb6a45d3a44437b4693530e68965a 100644 (file)
--- 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.