]> granicus.if.org Git - python/commitdiff
IDLE's py3k NEWS
authorKurt B. Kaiser <kbk@shore.net>
Thu, 30 Aug 2007 22:16:49 +0000 (22:16 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Thu, 30 Aug 2007 22:16:49 +0000 (22:16 +0000)
Lib/idlelib/NEWS.txt

index 86802ff5ddf0701c8ceea40698eb92d2f57ff9c7..f0dee79188453c6ad6e46e5b1d50e1a51f1db1c0 100644 (file)
@@ -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