From: Fred Drake Date: Thu, 29 Apr 1999 04:23:37 +0000 (+0000) Subject: Annotate a couple of entries further. X-Git-Tag: v1.6a1~1419 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ef8635c8c25291431779be5c17476074099be38;p=thirdparty%2FPython%2Fcpython.git Annotate a couple of entries further. --- diff --git a/Doc/TODO b/Doc/TODO index ab027f90df1c..69c61f7a7881 100644 --- 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 . + by Albert Hofkamp . (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 - . This one will be hard. + . 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.