From: Fred Drake Date: Thu, 17 Aug 2000 22:32:01 +0000 (+0000) Subject: Remove an item that's been done. X-Git-Tag: v2.0b1~395 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68add2e9389e9cb2b74e448201ec101564391fe5;p=thirdparty%2FPython%2Fcpython.git Remove an item that's been done. --- diff --git a/Doc/TODO b/Doc/TODO index b7ee309761f9..2b5b569160d7 100644 --- a/Doc/TODO +++ b/Doc/TODO @@ -54,8 +54,6 @@ Library Reference behavior; only a subset is described. __reduce__, etc. Partial update submitted by Jim Kerr . -* Update the code/codeop module documentation. - * Update the httplib documentation to match Greg Stein's HTTP/1.1 support and new classes. (Greg, this is yours!)