From: Fred Drake Date: Thu, 24 Aug 2000 00:50:27 +0000 (+0000) Subject: Make sure Thomas Wouters has enough to do. ;-) X-Git-Tag: v2.0b1~281 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8377f5debfb60b05de3b1232ec15b740c5366338;p=python Make sure Thomas Wouters has enough to do. ;-) (Some of this is in-progress; this also serves as a reminded to me to check this out once it is written.) --- diff --git a/Doc/TODO b/Doc/TODO index 2b5b569160..fadcbfbe94 100644 --- a/Doc/TODO +++ b/Doc/TODO @@ -45,6 +45,10 @@ 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 -----------------