summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-07-24 13:02:17 (GMT)
committerFred Drake <fdrake@acm.org>1998-07-24 13:02:17 (GMT)
commit13529c41e4987efeb114881fd6a92a0c9e57cb76 (patch)
treedc8fc0d152d639bf1da3d9fce39e051cf2432067
parent3a0ad6089bccf0b167fe8ebd2457fedec8f851a3 (diff)
downloadcpython-13529c41e4987efeb114881fd6a92a0c9e57cb76.zip
cpython-13529c41e4987efeb114881fd6a92a0c9e57cb76.tar.gz
cpython-13529c41e4987efeb114881fd6a92a0c9e57cb76.tar.bz2
Remove item about one section === one module; done.
Add item about howto docs that use \localmoduletable problem for howto documents.
-rw-r--r--Doc/TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/TODO b/Doc/TODO
index 8638402..728588c 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
<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.