diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-22 13:05:52 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-22 13:05:52 (GMT) |
commit | e0208cc83cbc91bca0eb802b540c45a430399ef5 (patch) | |
tree | f3d8ef3fc90bd9ff72d50f2de6774423af7ec290 /Doc/TODO | |
parent | adade928be17a1143863f8b754206351e5999bd7 (diff) | |
download | cpython-e0208cc83cbc91bca0eb802b540c45a430399ef5.zip cpython-e0208cc83cbc91bca0eb802b540c45a430399ef5.tar.gz cpython-e0208cc83cbc91bca0eb802b540c45a430399ef5.tar.bz2 |
Add a couple of items.
Diffstat (limited to 'Doc/TODO')
-rw-r--r-- | Doc/TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,9 +7,14 @@ PYTHON DOCUMENTATION TO-DO LIST -*- indented-text -*- 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. + * Update the pickle documentation to describe all of the current behavior; only a subset is described. __reduce__, etc. +* Update the code 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. |