blob: f1820003ad18cea6edcc26019a9fbf06e00b105f [file] [log] [blame]
Fred Drakeb8660201998-02-18 16:03:43 +00001PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
Fred Drake81f4b661998-02-17 19:01:02 +00002===============================
3
4
Fred Drake8d43a291999-01-12 21:31:16 +00005* Update the pickle documentation to describe all of the current
6 behavior; only a subset is described. __reduce__, etc.
Fred Drake81f4b661998-02-17 19:01:02 +00007
Fred Drake8d43a291999-01-12 21:31:16 +00008* In the indexes, some subitem entries are separated from the item
9 entries by column- or page-breaks. Reported by Lorenzo M. Catucci
Fred Drakef0295481998-07-08 21:42:41 +000010 <lorenzo@argon.roma2.infn.it>. This one will be hard.
Fred Drake13529c41998-07-24 13:02:17 +000011
12* Fix problem with howto documents getting the last module synopsis
13 twice (in \localmoduletable) so we can get rid of the ugly 'uniq'
14 hack in tools/mkhowto.sh.
Fred Drake8d43a291999-01-12 21:31:16 +000015
Fred Drake8d43a291999-01-12 21:31:16 +000016* Figure out HTMLHelp generation for the Windows world.