summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2012-05-27 00:23:45 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2012-05-27 00:23:45 (GMT)
commitcd6b8c67ceb4230198de9cdc971b27848c5391f0 (patch)
tree5b351486ca2641e5cf46f59eff73a6b8707a0374 /Misc
parent809309a4822124f46dc98514ccdf818564215f30 (diff)
downloadcpython-cd6b8c67ceb4230198de9cdc971b27848c5391f0.zip
cpython-cd6b8c67ceb4230198de9cdc971b27848c5391f0.tar.gz
cpython-cd6b8c67ceb4230198de9cdc971b27848c5391f0.tar.bz2
Issue #10365: File open dialog now works instead of crashing
even when parent window is closed. 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 98e52b0..4cafa5d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -67,6 +67,9 @@ Core and Builtins
Library
-------
+- Issue #10365: File open dialog now works instead of crashing
+ even when parent window is closed. Patch by Roger Serwy.
+
- Issue #14876: Use user-selected font for highlight configuration.
- Issue #14920: Fix the help(urllib.parse) failure on locale C on terminals.