diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-27 02:23:15 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-27 02:23:15 (GMT) |
commit | bdab730cf3b9fd7b5583b5652934bf8d80f78170 (patch) | |
tree | 8c5bbbb1b7fed31d08408ac8e8f847d5c53052dc /Doc/TODO | |
parent | f39ed67fa27392e3c2e12503d608f09ad21c26b6 (diff) | |
download | cpython-bdab730cf3b9fd7b5583b5652934bf8d80f78170.zip cpython-bdab730cf3b9fd7b5583b5652934bf8d80f78170.tar.gz cpython-bdab730cf3b9fd7b5583b5652934bf8d80f78170.tar.bz2 |
Update....
Diffstat (limited to 'Doc/TODO')
-rw-r--r-- | Doc/TODO | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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). |