]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-128014: Fix passing default='' to the tkinter method wm_iconbitmap() ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 2 Jan 2025 16:14:18 +0000 (17:14 +0100)
committerGitHub <noreply@github.com>
Thu, 2 Jan 2025 16:14:18 +0000 (16:14 +0000)
commit24cddab4a20cc9fc218c80074457e8390060ed4c
treedb03979a76131b8a00daf7de573886fb62f17d85
parentcc5b03f89d30db593baf881b087a8c72dd00079e
[3.13] gh-128014:  Fix passing default='' to the tkinter method wm_iconbitmap() (GH-128015) (GH-128418)

(cherry picked from commit 58e9f95c4aa970db32a94b9152b51ede22f823bd)

Co-authored-by: Zhikang Yan <2951256653@qq.com>
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]