diff options
author | Zhikang Yan <2951256653@qq.com> | 2024-12-01 19:29:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-01 19:29:27 (GMT) |
commit | 7ea523f47cdb4cf512a1e2ae1f93f5d19a48945d (patch) | |
tree | 0884a16b969713d9cb7755c6703d0146c8d39702 /Misc/NEWS.d | |
parent | 04673d2f14414fce7a2372de3048190f66488e6e (diff) | |
download | cpython-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 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-11-16-10-52-48.gh-issue-126899.GFnfBt.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-11-16-10-52-48.gh-issue-126899.GFnfBt.rst b/Misc/NEWS.d/next/Library/2024-11-16-10-52-48.gh-issue-126899.GFnfBt.rst new file mode 100644 index 0000000..c1a0ed6 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-11-16-10-52-48.gh-issue-126899.GFnfBt.rst @@ -0,0 +1,2 @@ +Make tkinter widget methods :meth:`!after` and :meth:`!after_idle` accept +arguments passed by keyword. |