summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2007-08-30 22:16:49 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2007-08-30 22:16:49 (GMT)
commitbc3b345f8284620bba07e9c2ec4cd64553f2b983 (patch)
tree24adf728f1ff734fab1a7f855c28b9212f21b599 /Lib
parent47b49bf6dc5e57578baad3a591117e6da16cf6c8 (diff)
downloadcpython-bc3b345f8284620bba07e9c2ec4cd64553f2b983.zip
cpython-bc3b345f8284620bba07e9c2ec4cd64553f2b983.tar.gz
cpython-bc3b345f8284620bba07e9c2ec4cd64553f2b983.tar.bz2
IDLE's py3k NEWS
Diffstat (limited to 'Lib')
-rw-r--r--Lib/idlelib/NEWS.txt20
1 files changed, 19 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 86802ff..f0dee79 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,7 +1,25 @@
+What's New in IDLE 3.0a1?
+=========================
+
+*Release date: 31-AUG-2007*
+
+- IDLE converted to Python 3000 syntax.
+
+- Strings became Unicode.
+
+- CallTips module now uses the inspect module to produce the argspec.
+
+- IDLE modules now use absolute import instead of implied relative import.
+
+- atexit call replaces sys.exitfunc. The functionality of delete-exitfunc flag
+ in config-main.cfg remains unchanged: if set, registered exit functions will
+ be cleared before IDLE exits.
+
+
What's New in IDLE 2.6a1?
=========================
-*Release date: XX-XXX-200X*
+*Release date: XX-XXX-200X* UNRELEASED
- Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented;
mouse and cursor selection in ACWindow implemented; double Tab inserts