From: Guido van Rossum <guido@python.org>
Date: Mon, 18 Jan 1999 15:18:34 +0000 (+0000)
Subject: Misc
X-Git-Tag: v1.5.2b2~327
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f87240f44741c68aaa4d3fa3e734198254d4da17;p=python

Misc
---

diff --git a/Tools/idle/TODO.txt b/Tools/idle/TODO.txt
index 241edf348c..51ea0cc95e 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