From: Fred Drake Date: Fri, 23 Apr 1999 15:15:58 +0000 (+0000) Subject: Added a couple more requests from users. X-Git-Tag: v1.6a1~1491 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10682c28b44eb4fa71b6873e52d5385c9a90ec35;p=python Added a couple more requests from users. --- diff --git a/Doc/TODO b/Doc/TODO index 12ac516a03..ab027f90df 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 . + +* 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 . + * Update the pickle documentation to describe all of the current behavior; only a subset is described. __reduce__, etc.