summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-10-28 18:43:04 (GMT)
committerGitHub <noreply@github.com>2021-10-28 18:43:04 (GMT)
commit54579087c69f95531cbe7a97401c67f104a3e52f (patch)
tree8202d3957381ea56fed6a930d8065e74f57d89a0 /Misc
parent99495b8afffdc62145598516dbdf99e64b6249bd (diff)
downloadcpython-54579087c69f95531cbe7a97401c67f104a3e52f.zip
cpython-54579087c69f95531cbe7a97401c67f104a3e52f.tar.gz
cpython-54579087c69f95531cbe7a97401c67f104a3e52f.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. (cherry picked from commit be8318be05e1a874215fa75b8845ede74b2c69b6) Co-authored-by: Ned Deily <nad@python.org>
Diffstat (limited to 'Misc')
-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.