diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2012-06-07 23:50:30 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2012-06-07 23:50:30 (GMT) |
commit | 5525eb77fa9a529214b817395677676fb87dfc21 (patch) | |
tree | c9363ad141e5409c81a8d7be051d3f62f665a989 | |
parent | 2182e0578c21d9a89cb507300b5f2c5319dced93 (diff) | |
download | cpython-5525eb77fa9a529214b817395677676fb87dfc21.zip cpython-5525eb77fa9a529214b817395677676fb87dfc21.tar.gz cpython-5525eb77fa9a529214b817395677676fb87dfc21.tar.bz2 |
NEWS fixes
-rw-r--r-- | Lib/idlelib/NEWS.txt | 15 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 14 insertions, 3 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 4e58683..4da3618 100644 --- 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.3? What's New in IDLE 2.7.2? -======================= +========================= *Release date: 29-May-2011* @@ -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 |