diff options
author | Guido van Rossum <guido@python.org> | 2000-02-15 17:15:36 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-02-15 17:15:36 (GMT) |
commit | b4b8381f4fa807cd84cbebd4067d5d2f780c5295 (patch) | |
tree | 8b27e9f38be8100a1a9453756cbb209dc0853a27 | |
parent | fb4574e32055b4f336415dcf8dad0f01fc14b691 (diff) | |
download | cpython-b4b8381f4fa807cd84cbebd4067d5d2f780c5295.zip cpython-b4b8381f4fa807cd84cbebd4067d5d2f780c5295.tar.gz cpython-b4b8381f4fa807cd84cbebd4067d5d2f780c5295.tar.bz2 |
Tiny addition.
-rw-r--r-- | Tools/idle/TODO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/idle/TODO.txt b/Tools/idle/TODO.txt index 4bab72f..071a07a 100644 --- a/Tools/idle/TODO.txt +++ b/Tools/idle/TODO.txt @@ -30,7 +30,7 @@ TO DO: - persistent user state (e.g. window and cursor positions, bindings) - make backups when saving - check file mtimes at various points -- interface with RCS/CVS/Perforce ??? +- Pluggable interface with RCS/CVS/Perforce/Clearcase - status bar??? - better help? - don't open second class browser on same module (nor second path browser) |