@@ -17,10 +17,19 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
1717 Also noted by Albert Hofkamp <
[email protected] >.
1818
1919* Update the pickle documentation to describe all of the current
20- behavior; only a subset is described. __reduce__, etc.
20+ behavior; only a subset is described. __reduce__, etc. Partial
21+ update submitted by Jim Kerr <
[email protected] >.
2122
2223* Update the code/codeop module documentation.
2324
25+ * Figure out HTMLHelp generation for the Windows world.
26+
27+ * Straighten out random/whrandom.
28+
29+
30+ NOT WORTH THE TROUBLE
31+ ---------------------
32+
2433* In the indexes, some subitem entries are separated from the item
2534 entries by column- or page-breaks. Reported by Lorenzo M. Catucci
2635 <
[email protected] >. This one will be hard; probably not
@@ -30,19 +39,4 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
3039
3140* Fix problem with howto documents getting the last module synopsis
3241 twice (in \localmoduletable) so we can get rid of the ugly 'uniq'
33- hack in tools/mkhowto.sh. (Probably not worth the trouble of
34- fixing.)
35-
36- * Figure out HTMLHelp generation for the Windows world.
37-
38- * Straighten out random/whrandom.
39-
40-
41- BEFORE NEXT PYTHON RELEASE, BUT NOT UNTIL THEN:
42-
43- * Document that the mode parameter to wave.open() may be omitted, and
44- how it is determined if omitted. (Same of aifc, sunau open()
45- functions.)
46-
47- * Document that fpformat.NotANumber is a subclass of ValueError, has
48- the string that failed as the "exception value".
42+ hack in tools/mkhowto. (Probably not worth the trouble of fixing.)
0 commit comments