From: Fred Drake Date: Tue, 2 Feb 1999 19:03:09 +0000 (+0000) Subject: Remove three items. X-Git-Tag: v1.5.2b2~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbd37dfcffccdd71dc9051c1446b6165aacd83a1;p=python Remove three items. --- diff --git a/Doc/TODO b/Doc/TODO index c708161fd2..f1820003ad 100644 --- a/Doc/TODO +++ b/Doc/TODO @@ -5,9 +5,6 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*- * Update the pickle documentation to describe all of the current behavior; only a subset is described. __reduce__, etc. -* Review libposixpath.tex for completeness, & system-specific - behaviors. (Why did this one get mentioned, specifically?) - * 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. @@ -16,10 +13,4 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*- twice (in \localmoduletable) so we can get rid of the ugly 'uniq' hack in tools/mkhowto.sh. -* Finish new Emacs info generation; waiting for update from Michael - Ernst. - -* Update the "os" module docs with descriptions of all interfaces and - a compatibility matrix. - * Figure out HTMLHelp generation for the Windows world.