cpython/Doc/TODO

24 lines
855 B
Plaintext
Raw Normal View History

1998-02-18 12:03:43 -04:00
PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
===============================
1998-03-17 02:24:10 -04:00
* Document native package semantics. (Where? Guido?)
1998-03-17 02:24:10 -04:00
* Figure out indexing in the HTML version. Fix module index for Library
Reference.
1998-02-18 12:03:43 -04:00
* Update the pickle documentation to describe all of the current behavior;
only a subset is described. __reduce__, etc.
* Review libppath.tex for completeness, & system-specific behaviors.
1998-02-18 12:03:43 -04:00
1998-03-25 10:56:01 -04:00
* Clean up upgrade to LaTeX2HTML 98.1. Most important: figure out a way to
1998-02-26 22:23:15 -04:00
avoid image creation, & if necessary, make sure image creation at least
doesn't fail.
1998-03-25 10:56:01 -04:00
* Separate modules which share a section. (UserDict/UserList, and one
other which I can't recall at the moment.)
* Find a way to get the <PRE> for a {verbatim} *inside* the <dl> used to
indent the code sample even on the new LaTeX2HTML. Needed for Lynx.