]> granicus.if.org Git - python/commitdiff
Remove item about one section === one module; done.
authorFred Drake <fdrake@acm.org>
Fri, 24 Jul 1998 13:02:17 +0000 (13:02 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 24 Jul 1998 13:02:17 +0000 (13:02 +0000)
Add item about howto docs that use \localmoduletable problem for howto
documents.

Doc/TODO

index 8638402f5c555d8b57815f9f61c556b0c31eb656..728588cbf124f003366f2dd293c0339766f29168 100644 (file)
--- a/Doc/TODO
+++ b/Doc/TODO
@@ -10,8 +10,10 @@ PYTHON DOCUMENTATION TO-DO LIST                      -*- indented-text -*-
 * Review libppath.tex for completeness, & system-specific behaviors.  (Why
   did this one get mentioned, specifically?)
 
-* Separate modules which share a section.  (I think only one case remains.)
-
 * 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.
+
+* 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.