@@ -2,18 +2,24 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
22===============================
33
44
5- * Document native package semantics. (Where? Guido?)
5+ * Update the pickle documentation to describe all of the current
6+ behavior; only a subset is described. __reduce__, etc.
67
7- * Update the pickle documentation to describe all of the current behavior;
8- only a subset is described. __reduce__, etc.
8+ * Review libposixpath.tex for completeness, & system-specific
9+ behaviors. (Why did this one get mentioned, specifically?)
910
10- * Review libposixpath.tex for completeness, & system-specific behaviors.
11- (Why did this one get mentioned, specifically?)
12-
13- * In the indexes, some subitem entries are separated from the item entries
14- by column- or page-breaks. Reported by Lorenzo M. Catucci
11+ * In the indexes, some subitem entries are separated from the item
12+ entries by column- or page-breaks. Reported by Lorenzo M. Catucci
1513 <
[email protected] >. This one will be hard.
1614
1715* Fix problem with howto documents getting the last module synopsis
1816 twice (in \localmoduletable) so we can get rid of the ugly 'uniq'
1917 hack in tools/mkhowto.sh.
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.
0 commit comments