]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126899: Add `**kw` to `tkinter.Misc.after` and `tkinter.Misc.after_idle` (#126900)
authorZhikang Yan <2951256653@qq.com>
Sun, 1 Dec 2024 19:29:27 +0000 (03:29 +0800)
committerGitHub <noreply@github.com>
Sun, 1 Dec 2024 19:29:27 +0000 (19:29 +0000)
commit7ea523f47cdb4cf512a1e2ae1f93f5d19a48945d
tree0884a16b969713d9cb7755c6703d0146c8d39702
parent04673d2f14414fce7a2372de3048190f66488e6e
gh-126899: Add `**kw` to `tkinter.Misc.after` and `tkinter.Misc.after_idle` (#126900)

---------
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/whatsnew/3.14.rst
Lib/test/test_tkinter/test_misc.py
Lib/tkinter/__init__.py
Misc/ACKS
Misc/NEWS.d/next/Library/2024-11-16-10-52-48.gh-issue-126899.GFnfBt.rst [new file with mode: 0644]