[Python-checkins] cpython (2.7): NEWS fixes

terry.reedy python-checkins at python.org
Fri Jun 8 02:05:12 CEST 2012


http://hg.python.org/cpython/rev/063f125dc0f7
changeset:   77379:063f125dc0f7
branch:      2.7
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Thu Jun 07 19:50:30 2012 -0400
summary:
  NEWS fixes

files:
  Lib/idlelib/NEWS.txt |  15 +++++++++++++--
  Misc/NEWS            |   2 +-
  2 files changed, 14 insertions(+), 3 deletions(-)


diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,5 +1,16 @@
+What's New in IDLE 2.7.4?
+=========================
+
+- Issue # 12510: Attempt to get certain tool tips no longer crashes IDLE.
+
+- Issue10365: File open dialog now works instead of crashing even when
+  parent window is closed while dialog is open.
+
+- Issue 14876: use user-selected font for highlight configuration.
+
+
 What's New in IDLE 2.7.3?
-=======================
+=========================
 
 - Issue #14409: IDLE now properly executes commands in the Shell window
   when it cannot read the normal config files on startup and
@@ -11,7 +22,7 @@
 
 
 What's New in IDLE 2.7.2?
-=======================
+=========================
 
 *Release date: 29-May-2011*
 
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,7 +78,7 @@
 
 - Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.
 
-- Issue12510: Attempting to get invalid tooltip no longer closes Idle.
+- Issue #12510: Attempting to get invalid tooltip no longer closes Idle.
   Original patch by Roger Serwy.
 
 - Issue #10365: File open dialog now works instead of crashing

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list