summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/macOS
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2021-10-28 18:22:05 (GMT)
committerGitHub <noreply@github.com>2021-10-28 18:22:05 (GMT)
commitbe8318be05e1a874215fa75b8845ede74b2c69b6 (patch)
treee799b6c74d9ebb2c437e5c7318f1e1743ae4abd6 /Misc/NEWS.d/next/macOS
parentcdc7a5827754bec83970bb052d410d55f85b3fff (diff)
downloadcpython-be8318be05e1a874215fa75b8845ede74b2c69b6.zip
cpython-be8318be05e1a874215fa75b8845ede74b2c69b6.tar.gz
cpython-be8318be05e1a874215fa75b8845ede74b2c69b6.tar.bz2
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.
Diffstat (limited to 'Misc/NEWS.d/next/macOS')
-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.