From: Fred Drake Date: Fri, 24 Jul 1998 13:02:17 +0000 (+0000) Subject: Remove item about one section === one module; done. X-Git-Tag: v1.5.2a1~245 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13529c41e4987efeb114881fd6a92a0c9e57cb76;p=python Remove item about one section === one module; done. Add item about howto docs that use \localmoduletable problem for howto documents. --- diff --git a/Doc/TODO b/Doc/TODO index 8638402f5c..728588cbf1 100644 --- 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 . 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.