1998-02-18 17:03:43 +01:00
|
|
|
PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
|
1998-02-17 20:01:02 +01:00
|
|
|
===============================
|
|
|
|
|
|
|
|
|
1998-03-17 07:24:10 +01:00
|
|
|
* Document native package semantics. (Where? Guido?)
|
1998-02-17 20:01:02 +01:00
|
|
|
|
1998-02-18 17:03:43 +01:00
|
|
|
* Update the pickle documentation to describe all of the current behavior;
|
|
|
|
only a subset is described. __reduce__, etc.
|
|
|
|
|
1998-07-27 21:12:58 +02:00
|
|
|
* Review libposixpath.tex for completeness, & system-specific behaviors.
|
|
|
|
(Why did this one get mentioned, specifically?)
|
1998-03-25 15:56:01 +01:00
|
|
|
|
1998-07-08 23:42:41 +02:00
|
|
|
* In the indexes, some subitem entries are separated from the item entries
|
|
|
|
by column- or page-breaks. Reported by Lorenzo M. Catucci
|
|
|
|
<lorenzo@argon.roma2.infn.it>. This one will be hard.
|
1998-07-24 15:02:17 +02:00
|
|
|
|
|
|
|
* Fix problem with howto documents getting the last module synopsis
|
|
|
|
twice (in \localmoduletable) so we can get rid of the ugly 'uniq'
|
|
|
|
hack in tools/mkhowto.sh.
|