blob: 8638402f5c555d8b57815f9f61c556b0c31eb656 [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
Fred Drakebd2796e1998-03-17 06:24:10 +00005* Document native package semantics. (Where? Guido?)
Fred Drake81f4b661998-02-17 19:01:02 +00006
Fred Drakeb8660201998-02-18 16:03:43 +00007* Update the pickle documentation to describe all of the current behavior;
8 only a subset is described. __reduce__, etc.
9
Fred Drakef0295481998-07-08 21:42:41 +000010* Review libppath.tex for completeness, & system-specific behaviors. (Why
11 did this one get mentioned, specifically?)
Fred Drakef6b55101998-03-25 14:56:01 +000012
Fred Drake47b0ecd1998-05-07 16:32:56 +000013* Separate modules which share a section. (I think only one case remains.)
Fred Drakef0295481998-07-08 21:42:41 +000014
15* In the indexes, some subitem entries are separated from the item entries
16 by column- or page-breaks. Reported by Lorenzo M. Catucci
17 <lorenzo@argon.roma2.infn.it>. This one will be hard.