diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-07 21:11:45 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-07 21:11:45 +0000 |
commit | 6c8affe59007f94c899bb3feb8f987f93f5fcf2f (patch) | |
tree | 0d950c83540a3b23a98f9ae765a85547d9e48b55 | |
parent | ae3a15c396ac91d00c1666d9344eaaaf13f4e311 (diff) | |
download | cpython-git-6c8affe59007f94c899bb3feb8f987f93f5fcf2f.tar.gz |
Remove an item that no longer needs to be done for 2.0.
-rw-r--r-- | Doc/TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |