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 | |
Fred Drake | bdab730 | 1998-02-27 02:23:15 +0000 | [diff] [blame] | 17 | * Finish upgrade to LaTeX2HTML 98.1. Most important: figure out a way to |
| 18 | avoid image creation, & if necessary, make sure image creation at least |
| 19 | doesn't fail. |
| 20 | |
| 21 | * Migrate myformat.sty to a pair of classes and a shared package, to complete |
| 22 | the transition to LaTeX2e. |
| 23 | |
| 24 | * Figure out the texinfo indexing and function-description markup, and make |
| 25 | partparse.py do the right thing. Or toss the info conversion (again). |