summaryrefslogtreecommitdiffstats
path: root/Doc/TODO
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-27 02:23:15 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-27 02:23:15 (GMT)
commitbdab730cf3b9fd7b5583b5652934bf8d80f78170 (patch)
tree8c5bbbb1b7fed31d08408ac8e8f847d5c53052dc /Doc/TODO
parentf39ed67fa27392e3c2e12503d608f09ad21c26b6 (diff)
downloadcpython-bdab730cf3b9fd7b5583b5652934bf8d80f78170.zip
cpython-bdab730cf3b9fd7b5583b5652934bf8d80f78170.tar.gz
cpython-bdab730cf3b9fd7b5583b5652934bf8d80f78170.tar.bz2
Update....
Diffstat (limited to 'Doc/TODO')
-rw-r--r--Doc/TODO11
1 files changed, 9 insertions, 2 deletions
diff --git a/Doc/TODO b/Doc/TODO
index ead5b05..fba34f6 100644
--- a/Doc/TODO
+++ b/Doc/TODO
@@ -14,5 +14,12 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
* Review libppath.tex for completeness, & system-specific behaviors.
-* Figure out how to make the link borders in the PDF output go away
- completely.
+* Finish upgrade to LaTeX2HTML 98.1. Most important: figure out a way to
+ avoid image creation, & if necessary, make sure image creation at least
+ doesn't fail.
+
+* Migrate myformat.sty to a pair of classes and a shared package, to complete
+ the transition to LaTeX2e.
+
+* Figure out the texinfo indexing and function-description markup, and make
+ partparse.py do the right thing. Or toss the info conversion (again).