]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128014: Fix passing default='' to the tkinter method wm_iconbitmap() (GH-128015)
authorZhikang Yan <2951256653@qq.com>
Thu, 2 Jan 2025 15:51:57 +0000 (23:51 +0800)
committerGitHub <noreply@github.com>
Thu, 2 Jan 2025 15:51:57 +0000 (17:51 +0200)
commit58e9f95c4aa970db32a94b9152b51ede22f823bd
tree3f4c46324a829b28d820b042389c04ca1aa8b342
parentc9d2bc6d7f6d74e0539afb0f7066997ae736dfc8
gh-128014:  Fix passing default='' to the tkinter method wm_iconbitmap() (GH-128015)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_tkinter/test_misc.py
Lib/tkinter/__init__.py
Misc/NEWS.d/next/Library/2024-12-18-00-07-50.gh-issue-128014.F3aUbz.rst [new file with mode: 0644]