summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-08-24 00:50:27 (GMT)
committerFred Drake <fdrake@acm.org>2000-08-24 00:50:27 (GMT)
commit8377f5debfb60b05de3b1232ec15b740c5366338 (patch)
tree2ab4dae9d64ca370dbaf02baf43fb24965cde1fc /Doc
parent093272ea85a47181cdf7b9e5ba1938b5a48271df (diff)
downloadcpython-8377f5debfb60b05de3b1232ec15b740c5366338.zip
cpython-8377f5debfb60b05de3b1232ec15b740c5366338.tar.gz
cpython-8377f5debfb60b05de3b1232ec15b740c5366338.tar.bz2
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.)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/TODO b/Doc/TODO
index 2b5b569..fadcbfb 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
-----------------