Skip to content

Commit

Permalink
Update Misc/NEWS.d/next/Library/2023-04-14-21-12-32.gh-issue-103538.M…
Browse files Browse the repository at this point in the history
…4FK_v.rst
  • Loading branch information
zware authored May 10, 2023
1 parent 9a7cc13 commit 7e1a688
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Remove code defined by the ``TK_AQUA`` macro, because:

#. 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
#. 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.
Remove ``_tkinter`` module code guarded by definition of the ``TK_AQUA`` macro
which was only needed for Tk 8.4.7 or earlier and was never actually defined by
any build system or documented for manual use.

0 comments on commit 7e1a688

Please sign in to comment.