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 | 8ece804 | 1999-02-22 14:37:18 +0000 | [diff] [blame] | 5 | * Describe implementing types in C, including use of the 'self' |
| 6 | parameter to the method implementation function. (Missing material |
| 7 | mentioned in the Extending & Embedding manual, section 1.1; problem |
| 8 | reported by Clay Spence <cspence@sarnoff.com>.) |
| 9 | |
Fred Drake | e0208cc | 1999-04-22 13:05:52 +0000 | [diff] [blame^] | 10 | * Complete the "Matching vs. Searching" subsection in the re module |
| 11 | section. |
| 12 | |
Fred Drake | 8d43a29 | 1999-01-12 21:31:16 +0000 | [diff] [blame] | 13 | * Update the pickle documentation to describe all of the current |
| 14 | behavior; only a subset is described. __reduce__, etc. |
Fred Drake | 81f4b66 | 1998-02-17 19:01:02 +0000 | [diff] [blame] | 15 | |
Fred Drake | e0208cc | 1999-04-22 13:05:52 +0000 | [diff] [blame^] | 16 | * Update the code module documentation. |
| 17 | |
Fred Drake | 8d43a29 | 1999-01-12 21:31:16 +0000 | [diff] [blame] | 18 | * In the indexes, some subitem entries are separated from the item |
| 19 | entries by column- or page-breaks. Reported by Lorenzo M. Catucci |
Fred Drake | f029548 | 1998-07-08 21:42:41 +0000 | [diff] [blame] | 20 | <lorenzo@argon.roma2.infn.it>. This one will be hard. |
Fred Drake | 13529c4 | 1998-07-24 13:02:17 +0000 | [diff] [blame] | 21 | |
| 22 | * Fix problem with howto documents getting the last module synopsis |
| 23 | twice (in \localmoduletable) so we can get rid of the ugly 'uniq' |
| 24 | hack in tools/mkhowto.sh. |
Fred Drake | 8d43a29 | 1999-01-12 21:31:16 +0000 | [diff] [blame] | 25 | |
Fred Drake | 8d43a29 | 1999-01-12 21:31:16 +0000 | [diff] [blame] | 26 | * Figure out HTMLHelp generation for the Windows world. |