diff options
author | Guido van Rossum <guido@python.org> | 2000-02-15 17:17:58 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-02-15 17:17:58 (GMT) |
commit | 46ffbecf94a5d480f21a3c743226e397bd3b0fec (patch) | |
tree | 95a3f86d10d41f263fcfa341f073e6e4d08ed4aa | |
parent | 6d3be50653ba0e8a603327818f951ffcf8903f66 (diff) | |
download | cpython-46ffbecf94a5d480f21a3c743226e397bd3b0fec.zip cpython-46ffbecf94a5d480f21a3c743226e397bd3b0fec.tar.gz cpython-46ffbecf94a5d480f21a3c743226e397bd3b0fec.tar.bz2 |
News update. Probably incomplete; what else is new?
-rw-r--r-- | Tools/idle/NEWS.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Tools/idle/NEWS.txt b/Tools/idle/NEWS.txt index eca2a19..6b97c5b 100644 --- a/Tools/idle/NEWS.txt +++ b/Tools/idle/NEWS.txt @@ -2,6 +2,33 @@ ---------------------------------------------------------------------- +New in IDLE 0.5 (2/14/2000) +------------------------- + +Tons of stuff, much of it contributed by Tim Peters and Mark Hammond: + +- Format paragraph now recognizes Python block comments and reformats +them correctly (MH) + +- New version of pyclbr.py parses top-level functions and understands +much more of Python's syntax; this is reflected in the class and path +browsers (TP) + +- Much better auto-indent; knows how to indent the insides of +multi-line statements (TP) + +- Call tip window pops up when you type the name of a known function +followed by an open parenthesis (MH) + +- Comment out region now inserts ## to make it stand out more (TP) + +- New path and class browsers based on a tree widget that looks +familiar to Windows users + +- Reworked script running commands to be more intuitive + +- XXX much more?! + New in IDLE 0.4 (4/7/99) ------------------------ |