summaryrefslogtreecommitdiffstats
path: root/Doc/TODO
blob: 83d25d7d8638f2270c8ad8b841aff8b7816711aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PYTHON DOCUMENTATION TO-DO LIST			-*- indented-text -*-
===============================


* Document native package semantics.

* Figure out indexsubitem handling in HTML; some of them are wrong for the
  items being indexed.

* Update the pickle documentation to describe all of the current behavior;
  only a subset is described.  __reduce__, etc.

* Review libppath.tex for completeness, & system-specific behaviors.

* Finish upgrade to LaTeX2HTML 98.1.  Most important: figure out a way to
  avoid image creation, & if necessary, make sure image creation at least
  doesn't fail.

* Migrate myformat.sty to a pair of classes and a shared package, to complete
  the transition to LaTeX2e.

* Figure out the texinfo indexing and function-description markup, and make
  partparse.py do the right thing.  Or toss the info conversion (again).

* Identify all Python classes documented in the libref and make sure they're
  marked with {classdesc} instead of {funcdesc}.