summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorZhikang Yan <2951256653@qq.com>2024-12-01 19:29:27 (GMT)
committerGitHub <noreply@github.com>2024-12-01 19:29:27 (GMT)
commit7ea523f47cdb4cf512a1e2ae1f93f5d19a48945d (patch)
tree0884a16b969713d9cb7755c6703d0146c8d39702 /Doc
parent04673d2f14414fce7a2372de3048190f66488e6e (diff)
downloadcpython-7ea523f47cdb4cf512a1e2ae1f93f5d19a48945d.zip
cpython-7ea523f47cdb4cf512a1e2ae1f93f5d19a48945d.tar.gz
cpython-7ea523f47cdb4cf512a1e2ae1f93f5d19a48945d.tar.bz2
gh-126899: Add `**kw` to `tkinter.Misc.after` and `tkinter.Misc.after_idle` (#126900)
--------- Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.14.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst
index 869a47c..f9322da 100644
--- a/Doc/whatsnew/3.14.rst
+++ b/Doc/whatsnew/3.14.rst
@@ -576,6 +576,14 @@ sys
from other interpreters than the one it's called in.
+tkinter
+-------
+
+* Make tkinter widget methods :meth:`!after` and :meth:`!after_idle` accept
+ arguments passed by keyword.
+ (Contributed by Zhikang Yan in :gh:`126899`.)
+
+
unicodedata
-----------