1998-02-18 16:03:43 +00:00
|
|
|
PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
|
1998-02-17 19:01:02 +00:00
|
|
|
===============================
|
|
|
|
|
|
|
|
|
|
|
|
* array module: methods read(), reverse(), write() of the array object.
|
|
|
|
|
1998-02-17 20:14:12 +00:00
|
|
|
* Document native package semantics.
|
1998-02-17 19:01:02 +00:00
|
|
|
|
1998-02-18 16:03:43 +00:00
|
|
|
* Figure out indexsubitem handling in HTML; some of them are wrong for the
|
|
|
|
items being indexed.
|
|
|
|
|
|
|
|
* Update the pickle documentation to describe all of the current behavior;
|
|
|
|
only a subset is described. __reduce__, etc.
|
|
|
|
|
1998-02-20 21:55:10 +00:00
|
|
|
* Review libppath.tex for completeness, & system-specific behaviors.
|
1998-02-18 16:03:43 +00:00
|
|
|
|
1998-02-27 02:23:15 +00:00
|
|
|
* 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).
|