From: Fred Drake Date: Thu, 7 Sep 2000 21:11:45 +0000 (+0000) Subject: Remove an item that no longer needs to be done for 2.0. X-Git-Tag: v2.0b2~425 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c8affe59007f94c899bb3feb8f987f93f5fcf2f;p=thirdparty%2FPython%2Fcpython.git Remove an item that no longer needs to be done for 2.0. --- diff --git a/Doc/TODO b/Doc/TODO index a59b857934d5..df6f7952ff53 100644 --- a/Doc/TODO +++ b/Doc/TODO @@ -45,8 +45,6 @@ Reference Manual * Document new comparison support for recursive objects (lang. ref.? library ref.? (cmp() function). [Jeremy Hylton] -* Range literals need to be documented. [Thomas Wouters] - * Augmented assignment. [Thomas Wouters] Library Reference