From: Zachary Ware Date: Fri, 14 Apr 2023 15:28:53 +0000 (-0500) Subject: gh-103532: Add NEWS entry (#103542) X-Git-Tag: v3.12.0b1~534 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e32c197ad31436e8160d9c8c0bba65d89f8ee14d;p=thirdparty%2FPython%2Fcpython.git gh-103532: Add NEWS entry (#103542) --- 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 index 000000000000..ad981eafc591 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2023-04-14-10-24-37.gh-issue-103532.H1djkd.rst @@ -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`.