1998-02-18 12:03:43 -04:00
|
|
|
PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*-
|
1998-02-17 15:01:02 -04:00
|
|
|
===============================
|
|
|
|
|
|
|
|
|
1999-07-02 11:31:41 -03:00
|
|
|
* The "Very High Level Interface" in the API document has been
|
|
|
|
requested; I guess it wouldn't hurt to fill in a bit there. Request
|
|
|
|
by Albert Hofkamp <a.hofkamp@wtb.tue.nl>. (Partly done.)
|
|
|
|
|
1999-02-22 10:37:18 -04:00
|
|
|
* Describe implementing types in C, including use of the 'self'
|
|
|
|
parameter to the method implementation function. (Missing material
|
|
|
|
mentioned in the Extending & Embedding manual, section 1.1; problem
|
|
|
|
reported by Clay Spence <cspence@sarnoff.com>.)
|
|
|
|
|
1999-04-23 12:15:58 -03:00
|
|
|
* In the extensions manual, more information is needed about building
|
|
|
|
dynamically linked extensions in C++. Specifically, the extensions
|
|
|
|
must be linked against the C++ libraries (and possibly runtime).
|
|
|
|
Also noted by Albert Hofkamp <a.hofkamp@wtb.tue.nl>.
|
|
|
|
|
1999-01-12 17:31:16 -04:00
|
|
|
* Update the pickle documentation to describe all of the current
|
|
|
|
behavior; only a subset is described. __reduce__, etc.
|
1998-02-17 15:01:02 -04:00
|
|
|
|
1999-07-02 11:31:41 -03:00
|
|
|
* Update the code/codeop module documentation.
|
1999-04-22 10:05:52 -03:00
|
|
|
|
1999-01-12 17:31:16 -04:00
|
|
|
* In the indexes, some subitem entries are separated from the item
|
|
|
|
entries by column- or page-breaks. Reported by Lorenzo M. Catucci
|
1999-04-29 01:23:37 -03:00
|
|
|
<lorenzo@argon.roma2.infn.it>. This one will be hard; probably not
|
1999-07-02 11:31:41 -03:00
|
|
|
really worth the pain. (Only an issue at all when a header-letter
|
|
|
|
and the first index entry get separated -- can change as soon as we
|
|
|
|
change the index entries in the text.)
|
1998-07-24 10:02:17 -03:00
|
|
|
|
|
|
|
* Fix problem with howto documents getting the last module synopsis
|
|
|
|
twice (in \localmoduletable) so we can get rid of the ugly 'uniq'
|
1999-04-29 01:23:37 -03:00
|
|
|
hack in tools/mkhowto.sh. (Probably not worth the trouble of
|
|
|
|
fixing.)
|
1999-01-12 17:31:16 -04:00
|
|
|
|
|
|
|
* Figure out HTMLHelp generation for the Windows world.
|
1999-06-17 12:20:44 -03:00
|
|
|
|
1999-08-19 12:37:35 -03:00
|
|
|
* Straighten out random/whrandom.
|
|
|
|
|
1999-06-29 15:54:03 -03:00
|
|
|
|
|
|
|
BEFORE NEXT PYTHON RELEASE, BUT NOT UNTIL THEN:
|
|
|
|
|
|
|
|
* Document that the mode parameter to wave.open() may be omitted, and
|
|
|
|
how it is determined if omitted. (Same of aifc, sunau open()
|
|
|
|
functions.)
|
|
|
|
|
|
|
|
* Document that fpformat.NotANumber is a subclass of ValueError, has
|
|
|
|
the string that failed as the "exception value".
|