summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorMarc Culler <culler@users.noreply.github.com>2024-11-14 18:45:08 (GMT)
committerGitHub <noreply@github.com>2024-11-14 18:45:08 (GMT)
commit47cbf038850852cdcbe7a404ed7c64542340d58a (patch)
treeca977544f84a311c43120280e1ae564f67b51728 /Misc/NEWS.d/next/Library
parent1e3497e745d6559d30dbb65c914d19c759d60dc5 (diff)
downloadcpython-47cbf038850852cdcbe7a404ed7c64542340d58a.zip
cpython-47cbf038850852cdcbe7a404ed7c64542340d58a.tar.gz
cpython-47cbf038850852cdcbe7a404ed7c64542340d58a.tar.bz2
gh-124111: Update tkinter for compatibility with Tcl/Tk 9.0.0 (GH-124156)
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2024-09-17-10-38-26.gh-issue-124111.Hd53VN.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-09-17-10-38-26.gh-issue-124111.Hd53VN.rst b/Misc/NEWS.d/next/Library/2024-09-17-10-38-26.gh-issue-124111.Hd53VN.rst
new file mode 100644
index 0000000..aba082a
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-09-17-10-38-26.gh-issue-124111.Hd53VN.rst
@@ -0,0 +1,4 @@
+The tkinter module can now be built to use either the new version 9.0.0 of
+Tcl/Tk or the latest release 8.6.15 of Tcl/Tk 8. Tcl/Tk 9 includes many
+improvements, both to the Tcl language and to the appearance and utility of
+the graphical user interface provided by Tk.