gh-103532: Add NEWS entry (#103542)

This commit is contained in:
Zachary Ware 2023-04-14 10:28:53 -05:00 committed by GitHub
parent 69e2c42f42
commit e32c197ad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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`.