blob: ab027f90df1cb6a45d3a44437b4693530e68965a [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 Drake10682c21999-04-23 15:15:58 +000013* The "Very High Level Interface" in the API document has been
14 requested; I guess it wouldn't hurt to fill in a bit there. Request
15 by Albert Hofkamp <a.hofkamp@wtb.tue.nl>.
16
17* In the extensions manual, more information is needed about building
18 dynamically linked extensions in C++. Specifically, the extensions
19 must be linked against the C++ libraries (and possibly runtime).
20 Also noted by Albert Hofkamp <a.hofkamp@wtb.tue.nl>.
21
Fred Drake8d43a291999-01-12 21:31:16 +000022* Update the pickle documentation to describe all of the current
23 behavior; only a subset is described. __reduce__, etc.
Fred Drake81f4b661998-02-17 19:01:02 +000024
Fred Drakee0208cc1999-04-22 13:05:52 +000025* Update the code module documentation.
26
Fred Drake8d43a291999-01-12 21:31:16 +000027* In the indexes, some subitem entries are separated from the item
28 entries by column- or page-breaks. Reported by Lorenzo M. Catucci
Fred Drakef0295481998-07-08 21:42:41 +000029 <lorenzo@argon.roma2.infn.it>. This one will be hard.
Fred Drake13529c41998-07-24 13:02:17 +000030
31* Fix problem with howto documents getting the last module synopsis
32 twice (in \localmoduletable) so we can get rid of the ugly 'uniq'
33 hack in tools/mkhowto.sh.
Fred Drake8d43a291999-01-12 21:31:16 +000034
Fred Drake8d43a291999-01-12 21:31:16 +000035* Figure out HTMLHelp generation for the Windows world.