From f87240f44741c68aaa4d3fa3e734198254d4da17 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 18 Jan 1999 15:18:34 +0000 Subject: [PATCH] Misc --- Tools/idle/TODO.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tools/idle/TODO.txt b/Tools/idle/TODO.txt index 241edf348c1..51ea0cc95ee 100644 --- a/Tools/idle/TODO.txt +++ b/Tools/idle/TODO.txt @@ -14,6 +14,9 @@ TO DO: - ^K should cut to buffer - restructure state sensitive code to avoid testing flags all the time - finish debugger + - quitting while debugging dosen't work + - should have a kill command + - break GUI should be finished - object browser instead of current stack viewer - persistent user state (e.g. window and cursor positions, bindings) - make backups when saving