diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2012-05-27 00:23:45 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2012-05-27 00:23:45 (GMT) |
commit | cd6b8c67ceb4230198de9cdc971b27848c5391f0 (patch) | |
tree | 5b351486ca2641e5cf46f59eff73a6b8707a0374 /Misc | |
parent | 809309a4822124f46dc98514ccdf818564215f30 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |