summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2021-09-08 20:02:19 (GMT)
committerGitHub <noreply@github.com>2021-09-08 20:02:19 (GMT)
commitf235dd0784b92824565c4a4e72adc70fa3eab68f (patch)
tree4847c5a1a35b5f311b59a2cc135fccba2ae440e8 /Doc/whatsnew
parent84ca5fcd31541929f0031e974a434b95d8e78aab (diff)
downloadcpython-f235dd0784b92824565c4a4e72adc70fa3eab68f.zip
cpython-f235dd0784b92824565c4a4e72adc70fa3eab68f.tar.gz
cpython-f235dd0784b92824565c4a4e72adc70fa3eab68f.tar.bz2
bpo-38371: Remove deprecated `tkinter` split() method (GH-28237)
Diffstat (limited to 'Doc/whatsnew')
-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 c5073fc..9befe8f 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -328,6 +328,9 @@ Removed
generator-based coroutine objects in the debug mode.
(Contributed by Illia Volochii in :issue:`43216`.)
+* Remove the deprecated ``split()`` method of :class:`_tkinter.TkappType`.
+ (Contributed by Erlend E. Aasland in :issue:`38371`.)
+
Porting to Python 3.11
======================