blob: 12ac516a030df2658f8312ddbd9cc1b77616d325 [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 Drake8ece8041999-02-22 14:37:18 +00005* Describe implementing types in C, including use of the 'self'
6 parameter to the method implementation function. (Missing material
7 mentioned in the Extending & Embedding manual, section 1.1; problem
8 reported by Clay Spence <cspence@sarnoff.com>.)
9
Fred Drakee0208cc1999-04-22 13:05:52 +000010* Complete the "Matching vs. Searching" subsection in the re module
11 section.
12
Fred Drake8d43a291999-01-12 21:31:16 +000013* Update the pickle documentation to describe all of the current
14 behavior; only a subset is described. __reduce__, etc.
Fred Drake81f4b661998-02-17 19:01:02 +000015
Fred Drakee0208cc1999-04-22 13:05:52 +000016* Update the code module documentation.
17
Fred Drake8d43a291999-01-12 21:31:16 +000018* In the indexes, some subitem entries are separated from the item
19 entries by column- or page-breaks. Reported by Lorenzo M. Catucci
Fred Drakef0295481998-07-08 21:42:41 +000020 <lorenzo@argon.roma2.infn.it>. This one will be hard.
Fred Drake13529c41998-07-24 13:02:17 +000021
22* Fix problem with howto documents getting the last module synopsis
23 twice (in \localmoduletable) so we can get rid of the ugly 'uniq'
24 hack in tools/mkhowto.sh.
Fred Drake8d43a291999-01-12 21:31:16 +000025
Fred Drake8d43a291999-01-12 21:31:16 +000026* Figure out HTMLHelp generation for the Windows world.