diff options
author | Guido van Rossum <guido@python.org> | 2000-02-15 18:08:19 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-02-15 18:08:19 (GMT) |
commit | 1d841fec12e5bf3652fd36b581125a1d6dac43d7 (patch) | |
tree | 719e0c6b036c92d7c98818586ef141df8a7143e1 /Tools | |
parent | ec73dc67000e8100bfdd9f1827acee67d797767f (diff) | |
download | cpython-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.txt | 5 |
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) |