mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276)
when using the Tk 8.6.11 provided by python.org macOS installers. Patch by Marc Culler of the Tk project.
This commit is contained in:
parent
cdc7a58277
commit
be8318be05
3 changed files with 206 additions and 1 deletions
|
|
@ -0,0 +1,3 @@
|
|||
Avoid tkinter file dialog failure on macOS 12 Monterey when using the Tk
|
||||
8.6.11 provided by python.org macOS installers. Patch by Marc Culler of the
|
||||
Tk project.
|
||||
Loading…
Add table
Add a link
Reference in a new issue