commit | d9d276b0dcd5b8108d5b906f83e53b95a7ac686d | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Sun May 27 21:28:42 2012 -0400 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Sun May 27 21:28:42 2012 -0400 |
tree | a47d45db1dc5df705d212a9b8c83a6863f349f5d | |
parent | b42b6eba634200a08f2b9c24489d9cc7887c214f [diff] [blame] |
Issue12510: Attempting to get invalid tooltip no longer closes Idle. Original patch by Roger Serwy.
diff --git a/Misc/NEWS b/Misc/NEWS index 6a0ce9e..f8d7884 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -64,6 +64,9 @@ Library ------- +- Issue12510: Attempting to get invalid tooltip no longer closes Idle. + Original patch by Roger Serwy. + - Issue #10365: File open dialog now works instead of crashing even when parent window is closed. Patch by Roger Serwy.