]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update idlelib/NEWS.txt.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 23 May 2015 21:23:23 +0000 (17:23 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 23 May 2015 21:23:23 +0000 (17:23 -0400)
Lib/idlelib/NEWS.txt

index 68d4e937404fcb73cd4ffba8633db440ede26f72..ede636ae97b05dd77a0ca7b14af283222eaced03 100644 (file)
@@ -1,7 +1,26 @@
+What's New in IDLE 2.7.10?
+=========================
+
+*Release data: 2015-05-23*
+
+- Issue #23583: Fixed writing unicode to standard output stream in IDLE.
+
+- Issue #20577: Configuration of the max line length for the FormatParagraph
+  extension has been moved from the General tab of the Idle preferences dialog
+  to the FormatParagraph tab of the Config Extensions dialog.
+  Patch by Tal Einat.
+
+- Issue #16893: Update Idle doc chapter to match current Idle and add new
+  information.
+
+- Issue #23180: Rename IDLE "Windows" menu item to "Window".
+  Patch by Al Sweigart.
+
+
 What's New in IDLE 2.7.9?
 =========================
 
-*Release data: 2014-12-07* (projected)
+*Release data: 2014-12-10*
 
 - Issue #16893: Update Idle doc chapter to match current Idle and add new
   information.