blob: fba34f67d894092f9e95a9ecbd34c424d68ea0c5 [file] [log] [blame]
Fred Drakeb8660201998-02-18 16:03:43 +00001PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
Fred Drake81f4b661998-02-17 19:01:02 +00002===============================
3
4
5* array module: methods read(), reverse(), write() of the array object.
6
Fred Drake326e1971998-02-17 20:14:12 +00007* Document native package semantics.
Fred Drake81f4b661998-02-17 19:01:02 +00008
Fred Drakeb8660201998-02-18 16:03:43 +00009* Figure out indexsubitem handling in HTML; some of them are wrong for the
10 items being indexed.
11
12* Update the pickle documentation to describe all of the current behavior;
13 only a subset is described. __reduce__, etc.
14
Fred Drakeed3515d1998-02-20 21:55:10 +000015* Review libppath.tex for completeness, & system-specific behaviors.
Fred Drakeb8660201998-02-18 16:03:43 +000016
Fred Drakebdab7301998-02-27 02:23:15 +000017* Finish upgrade to LaTeX2HTML 98.1. Most important: figure out a way to
18 avoid image creation, & if necessary, make sure image creation at least
19 doesn't fail.
20
21* Migrate myformat.sty to a pair of classes and a shared package, to complete
22 the transition to LaTeX2e.
23
24* Figure out the texinfo indexing and function-description markup, and make
25 partparse.py do the right thing. Or toss the info conversion (again).