From: Zachary Ware Date: Fri, 14 Apr 2023 16:03:28 +0000 (-0500) Subject: gh-103532: Fix reST syntax in NEWS entry (GH-103544) X-Git-Tag: v3.12.0b1~533 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95ee7c47ab53eb0e26f2b2b4f681015f49c0bff7;p=thirdparty%2FPython%2Fcpython.git gh-103532: Fix reST syntax in NEWS entry (GH-103544) --- 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 index ad981eafc591..255c9833282c 100644 --- 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 @@ -1,4 +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`. +gh-issue-91152.