Fred Drake | b866020 | 1998-02-18 16:03:43 +0000 | [diff] [blame] | 1 | PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*- |
Fred Drake | 81f4b66 | 1998-02-17 19:01:02 +0000 | [diff] [blame] | 2 | =============================== |
| 3 | |
| 4 | |
Fred Drake | bd2796e | 1998-03-17 06:24:10 +0000 | [diff] [blame] | 5 | * Document native package semantics. (Where? Guido?) |
Fred Drake | 81f4b66 | 1998-02-17 19:01:02 +0000 | [diff] [blame] | 6 | |
Fred Drake | b866020 | 1998-02-18 16:03:43 +0000 | [diff] [blame] | 7 | * Update the pickle documentation to describe all of the current behavior; |
| 8 | only a subset is described. __reduce__, etc. |
| 9 | |
Fred Drake | f029548 | 1998-07-08 21:42:41 +0000 | [diff] [blame] | 10 | * Review libppath.tex for completeness, & system-specific behaviors. (Why |
| 11 | did this one get mentioned, specifically?) |
Fred Drake | f6b5510 | 1998-03-25 14:56:01 +0000 | [diff] [blame] | 12 | |
Fred Drake | f029548 | 1998-07-08 21:42:41 +0000 | [diff] [blame] | 13 | * In the indexes, some subitem entries are separated from the item entries |
| 14 | by column- or page-breaks. Reported by Lorenzo M. Catucci |
| 15 | <lorenzo@argon.roma2.infn.it>. This one will be hard. |
Fred Drake | 13529c4 | 1998-07-24 13:02:17 +0000 | [diff] [blame] | 16 | |
| 17 | * Fix problem with howto documents getting the last module synopsis |
| 18 | twice (in \localmoduletable) so we can get rid of the ugly 'uniq' |
| 19 | hack in tools/mkhowto.sh. |