summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-02-15 18:08:19 (GMT)
committerGuido van Rossum <guido@python.org>2000-02-15 18:08:19 (GMT)
commit1d841fec12e5bf3652fd36b581125a1d6dac43d7 (patch)
tree719e0c6b036c92d7c98818586ef141df8a7143e1 /Tools
parentec73dc67000e8100bfdd9f1827acee67d797767f (diff)
downloadcpython-1d841fec12e5bf3652fd36b581125a1d6dac43d7.zip
cpython-1d841fec12e5bf3652fd36b581125a1d6dac43d7.tar.gz
cpython-1d841fec12e5bf3652fd36b581125a1d6dac43d7.tar.bz2
Notice status back and stack viewer.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/idle/NEWS.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tools/idle/NEWS.txt b/Tools/idle/NEWS.txt
index 6b97c5b..3ce7aa0 100644
--- a/Tools/idle/NEWS.txt
+++ b/Tools/idle/NEWS.txt
@@ -7,6 +7,11 @@ New in IDLE 0.5 (2/14/2000)
Tons of stuff, much of it contributed by Tim Peters and Mark Hammond:
+- Status bar, displaying current line/column (Moshe Zadka).
+
+- Better stack viewer, using tree widget. (XXX Only used by Stack
+Viewer menu, not by the debugger.)
+
- Format paragraph now recognizes Python block comments and reformats
them correctly (MH)