From e0208cc83cbc91bca0eb802b540c45a430399ef5 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 22 Apr 1999 13:05:52 +0000 Subject: [PATCH] Add a couple of items. --- Doc/TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/TODO b/Doc/TODO index 2c0fc580d1d..12ac516a030 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.