]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Annotate a couple of entries further.
authorFred Drake <fdrake@acm.org>
Thu, 29 Apr 1999 04:23:37 +0000 (04:23 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 29 Apr 1999 04:23:37 +0000 (04:23 +0000)
Doc/TODO

index ab027f90df1cb6a45d3a44437b4693530e68965a..69c61f7a7881529d8a0903a8f2e59dd0f2c211b7 100644 (file)
--- a/Doc/TODO
+++ b/Doc/TODO
@@ -12,7 +12,7 @@ PYTHON DOCUMENTATION TO-DO LIST                       -*- indented-text -*-
 
 * 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>.
+  by Albert Hofkamp <a.hofkamp@wtb.tue.nl>.  (Partly done.)
 
 * In the extensions manual, more information is needed about building
   dynamically linked extensions in C++.  Specifically, the extensions
@@ -26,10 +26,12 @@ PYTHON DOCUMENTATION TO-DO LIST                     -*- indented-text -*-
 
 * In the indexes, some subitem entries are separated from the item
   entries by column- or page-breaks.  Reported by Lorenzo M. Catucci
-  <lorenzo@argon.roma2.infn.it>.  This one will be hard.
+  <lorenzo@argon.roma2.infn.it>.  This one will be hard; probably not
+  really worth the pain.
 
 * Fix problem with howto documents getting the last module synopsis
   twice (in \localmoduletable) so we can get rid of the ugly 'uniq'
-  hack in tools/mkhowto.sh.
+  hack in tools/mkhowto.sh.  (Probably not worth the trouble of
+  fixing.)
 
 * Figure out HTMLHelp generation for the Windows world.