summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.11.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2022-03-17 11:05:52 (GMT)
committerGitHub <noreply@github.com>2022-03-17 11:05:52 (GMT)
commitc2e3c06139e9468efb32629d147d99a1672d9e19 (patch)
tree39d3a7a04231ee4c4f34bf1eab01afdd83a1b2e4 /Doc/whatsnew/3.11.rst
parent7aeb06f78ee4abba64ca2c5c7a848fd2616da6fb (diff)
downloadcpython-c2e3c06139e9468efb32629d147d99a1672d9e19.zip
cpython-c2e3c06139e9468efb32629d147d99a1672d9e19.tar.gz
cpython-c2e3c06139e9468efb32629d147d99a1672d9e19.tar.bz2
bpo-46996: Remove support of Tcl/Tk < 8.5.12 (GH-31839)
Diffstat (limited to 'Doc/whatsnew/3.11.rst')
-rw-r--r--Doc/whatsnew/3.11.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 9fbf467..3914234 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -712,6 +712,9 @@ Build Changes
be removed at some point in the future. (Contributed by Mark Dickinson in
:issue:`45569`.)
+* The :mod:`tkinter` package now requires Tcl/Tk version 8.5.12 or newer.
+ (Contributed by Serhiy Storchaka in :issue:`46996`.)
+
C API Changes
=============