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 | 8d43a29 | 1999-01-12 21:31:16 +0000 | [diff] [blame^] | 5 | * Update the pickle documentation to describe all of the current |
| 6 | behavior; only a subset is described. __reduce__, etc. |
Fred Drake | 81f4b66 | 1998-02-17 19:01:02 +0000 | [diff] [blame] | 7 | |
Fred Drake | 8d43a29 | 1999-01-12 21:31:16 +0000 | [diff] [blame^] | 8 | * Review libposixpath.tex for completeness, & system-specific |
| 9 | behaviors. (Why did this one get mentioned, specifically?) |
Fred Drake | b866020 | 1998-02-18 16:03:43 +0000 | [diff] [blame] | 10 | |
Fred Drake | 8d43a29 | 1999-01-12 21:31:16 +0000 | [diff] [blame^] | 11 | * In the indexes, some subitem entries are separated from the item |
| 12 | entries by column- or page-breaks. Reported by Lorenzo M. Catucci |
Fred Drake | f029548 | 1998-07-08 21:42:41 +0000 | [diff] [blame] | 13 | <lorenzo@argon.roma2.infn.it>. This one will be hard. |
Fred Drake | 13529c4 | 1998-07-24 13:02:17 +0000 | [diff] [blame] | 14 | |
| 15 | * Fix problem with howto documents getting the last module synopsis |
| 16 | twice (in \localmoduletable) so we can get rid of the ugly 'uniq' |
| 17 | hack in tools/mkhowto.sh. |
Fred Drake | 8d43a29 | 1999-01-12 21:31:16 +0000 | [diff] [blame^] | 18 | |
| 19 | * Finish new Emacs info generation; waiting for update from Michael |
| 20 | Ernst. |
| 21 | |
| 22 | * Update the "os" module docs with descriptions of all interfaces and |
| 23 | a compatibility matrix. |
| 24 | |
| 25 | * Figure out HTMLHelp generation for the Windows world. |