diff options
author | Zachary Ware <zach@python.org> | 2023-04-14 15:28:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 15:28:53 (GMT) |
commit | e32c197ad31436e8160d9c8c0bba65d89f8ee14d (patch) | |
tree | f73b6c4b91010810b674265dba71a1fe94bbcff7 /Misc/NEWS.d/next/Build | |
parent | 69e2c42f42f1d6fb1287ac5f9c6d19f2822df8fe (diff) | |
download | cpython-e32c197ad31436e8160d9c8c0bba65d89f8ee14d.zip cpython-e32c197ad31436e8160d9c8c0bba65d89f8ee14d.tar.gz cpython-e32c197ad31436e8160d9c8c0bba65d89f8ee14d.tar.bz2 |
gh-103532: Add NEWS entry (#103542)
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r-- | Misc/NEWS.d/next/Build/2023-04-14-10-24-37.gh-issue-103532.H1djkd.rst | 4 |
1 files changed, 4 insertions, 0 deletions
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 0000000..ad981ea --- /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`. |