diff options
author | Fred Drake <fdrake@acm.org> | 1999-07-02 14:31:41 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-07-02 14:31:41 (GMT) |
commit | 5a8aaa75428443ad5e93371ea0067a6747def183 (patch) | |
tree | 34194aaa86c107f359f3e5b4d28c4629e46da02b /Doc | |
parent | 82ac24ffb002292e9ea90f1687b8fbae1eaf6fde (diff) | |
download | cpython-5a8aaa75428443ad5e93371ea0067a6747def183.zip cpython-5a8aaa75428443ad5e93371ea0067a6747def183.tar.gz cpython-5a8aaa75428443ad5e93371ea0067a6747def183.tar.bz2 |
Remove one item.
Rearrange & comment on others.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/TODO | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -2,18 +2,15 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*- =============================== +* 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.) + * 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>.) -* Complete the "Matching vs. Searching" subsection in the re module - section. - -* 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.) - * 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). @@ -22,12 +19,14 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*- * Update the pickle documentation to describe all of the current behavior; only a subset is described. __reduce__, etc. -* Update the code module documentation. +* Update the code/codeop module documentation. * In the indexes, some subitem entries are separated from the item entries by column- or page-breaks. Reported by Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>. This one will be hard; probably not - really worth the pain. + 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.) * Fix problem with howto documents getting the last module synopsis twice (in \localmoduletable) so we can get rid of the ugly 'uniq' |