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 | |
| 5 | * array module: methods read(), reverse(), write() of the array object. |
| 6 | |
Fred Drake | 326e197 | 1998-02-17 20:14:12 +0000 | [diff] [blame] | 7 | * Document native package semantics. |
Fred Drake | 81f4b66 | 1998-02-17 19:01:02 +0000 | [diff] [blame] | 8 | |
Fred Drake | b866020 | 1998-02-18 16:03:43 +0000 | [diff] [blame] | 9 | * Figure out indexsubitem handling in HTML; some of them are wrong for the |
| 10 | items being indexed. |
| 11 | |
| 12 | * Update the pickle documentation to describe all of the current behavior; |
| 13 | only a subset is described. __reduce__, etc. |
| 14 | |
Fred Drake | ed3515d | 1998-02-20 21:55:10 +0000 | [diff] [blame^] | 15 | * Review libppath.tex for completeness, & system-specific behaviors. |
Fred Drake | b866020 | 1998-02-18 16:03:43 +0000 | [diff] [blame] | 16 | |
| 17 | * Figure out how to make the link borders in the PDF output go away |
| 18 | completely. |