summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-10-28 19:10:15 (GMT)
committerGitHub <noreply@github.com>2021-10-28 19:10:15 (GMT)
commitf19c1a115f782036edac306de0f3f9968c1e1fd6 (patch)
treea69728ba43565141733e754738f458cb6ea4fc0d /Misc/NEWS.d
parentf2407144347fafcd69c2ade41b5d9c3fb07b59ef (diff)
downloadcpython-f19c1a115f782036edac306de0f3f9968c1e1fd6.zip
cpython-f19c1a115f782036edac306de0f3f9968c1e1fd6.tar.gz
cpython-f19c1a115f782036edac306de0f3f9968c1e1fd6.tar.bz2
bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276) (GH-29279)
when using the Tk 8.6.11 provided by python.org macOS installers. Patch by Marc Culler of the Tk project. (cherry picked from commit be8318be05e1a874215fa75b8845ede74b2c69b6) Co-authored-by: Ned Deily <nad@python.org>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/macOS/2021-10-25-02-02-21.bpo-44828.XBdXlJ.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2021-10-25-02-02-21.bpo-44828.XBdXlJ.rst b/Misc/NEWS.d/next/macOS/2021-10-25-02-02-21.bpo-44828.XBdXlJ.rst
new file mode 100644
index 0000000..021d7e4
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2021-10-25-02-02-21.bpo-44828.XBdXlJ.rst
@@ -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.