NEWS fixes

This commit is contained in:
Terry Jan Reedy 2012-06-07 19:50:30 -04:00
parent 2182e0578c
commit 5525eb77fa
2 changed files with 14 additions and 3 deletions

View File

@ -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.3?
What's New in IDLE 2.7.2?
=======================
=========================
*Release date: 29-May-2011*

View File

@ -78,7 +78,7 @@ Library
- 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