mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Issue #10365: File open dialog now works instead of crashing
even when parent window is closed. Patch by Roger Serwy.
This commit is contained in:
parent
809309a482
commit
cd6b8c67ce
3 changed files with 17 additions and 6 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue