From: Fred Drake Date: Thu, 22 Apr 1999 13:05:52 +0000 (+0000) Subject: Add a couple of items. X-Git-Tag: v1.6a1~1535 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0208cc83cbc91bca0eb802b540c45a430399ef5;p=python Add a couple of items. --- diff --git a/Doc/TODO b/Doc/TODO index 2c0fc580d1..12ac516a03 100644 --- a/Doc/TODO +++ b/Doc/TODO @@ -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 .) +* 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 . This one will be hard.