summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2012-05-28 01:28:42 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2012-05-28 01:28:42 (GMT)
commitd9d276b0dcd5b8108d5b906f83e53b95a7ac686d (patch)
treea47d45db1dc5df705d212a9b8c83a6863f349f5d /Misc
parentb42b6eba634200a08f2b9c24489d9cc7887c214f (diff)
downloadcpython-d9d276b0dcd5b8108d5b906f83e53b95a7ac686d.zip
cpython-d9d276b0dcd5b8108d5b906f83e53b95a7ac686d.tar.gz
cpython-d9d276b0dcd5b8108d5b906f83e53b95a7ac686d.tar.bz2
Issue12510: Attempting to get invalid tooltip no longer closes Idle.
Original patch by Roger Serwy.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6a0ce9e..f8d7884 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -64,6 +64,9 @@ Core and Builtins
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.