Skip to content

Commit bd45b97

Browse files
committed
Update Misc/NEWS.d/next/Library/2023-04-14-21-12-32.gh-issue-103538.M4FK_v.rst
1 parent d51eec1 commit bd45b97

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Remove code defined by the ``TK_AQUA`` macro, because:
2-
3-
#. it reportedly was only needed for Tk 8.4.7 or earlier (see gh-issue-49370), whereas Tkinter has since required 8.5.12 (see gh-issue-91152); and
4-
#. it seems to have been unused since it was committed (in gh-issue-35685), as neither CPython nor Tcl/Tk ever defined the ``TK_AQUA`` macro anywhere.
1+
Remove ``_tkinter`` module code guarded by definition of the ``TK_AQUA`` macro
2+
which was only needed for Tk 8.4.7 or earlier and was never actually defined by
3+
any build system or documented for manual use.

0 commit comments

Comments
 (0)