summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2024-04-26 21:27:58 (GMT)
committerGitHub <noreply@github.com>2024-04-26 21:27:58 (GMT)
commit194fd17bc6cb73138e2fe8eb5ca34b19a6c3b25a (patch)
tree1bf54e346229e095933c7a79a0bc4fbaab11d679 /Doc
parentb43c7e1070e515b3e94043ff777ab83074234051 (diff)
downloadcpython-194fd17bc6cb73138e2fe8eb5ca34b19a6c3b25a.zip
cpython-194fd17bc6cb73138e2fe8eb5ca34b19a6c3b25a.tar.gz
cpython-194fd17bc6cb73138e2fe8eb5ca34b19a6c3b25a.tar.bz2
bpo-32839: Add the after_info() method for Tkinter widgets (GH-5664)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.13.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index ad107aa..083a70c 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -791,6 +791,9 @@ tkinter
:class:`tkinter.ttk.Style`.
(Contributed by Serhiy Storchaka in :gh:`68166`.)
+* Add the :meth:`!after_info` method for Tkinter widgets.
+ (Contributed by Cheryl Sabella in :gh:`77020`.)
+
traceback
---------