]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-103532: Add NEWS entry (#103542)
authorZachary Ware <zach@python.org>
Fri, 14 Apr 2023 15:28:53 +0000 (10:28 -0500)
committerGitHub <noreply@github.com>
Fri, 14 Apr 2023 15:28:53 +0000 (10:28 -0500)
Misc/NEWS.d/next/Build/2023-04-14-10-24-37.gh-issue-103532.H1djkd.rst [new file with mode: 0644]

diff --git a/Misc/NEWS.d/next/Build/2023-04-14-10-24-37.gh-issue-103532.H1djkd.rst b/Misc/NEWS.d/next/Build/2023-04-14-10-24-37.gh-issue-103532.H1djkd.rst
new file mode 100644 (file)
index 0000000..ad981ea
--- /dev/null
@@ -0,0 +1,4 @@
+The ``TKINTER_PROTECT_LOADTK`` macro is no longer defined or used in the
+``_tkinter`` module.  It was previously only defined when building against
+Tk 8.4.13 and older, but Tk older than 8.5.12 has been unsupported since
+:gh-issue:`91152`.