diff options
author | Fred Drake <fdrake@acm.org> | 2000-08-24 00:50:27 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-08-24 00:50:27 (GMT) |
commit | 8377f5debfb60b05de3b1232ec15b740c5366338 (patch) | |
tree | 2ab4dae9d64ca370dbaf02baf43fb24965cde1fc /Doc | |
parent | 093272ea85a47181cdf7b9e5ba1938b5a48271df (diff) | |
download | cpython-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/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ----------------- |