diff options
author | Zhikang Yan <2951256653@qq.com> | 2025-01-02 15:51:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-02 15:51:57 (GMT) |
commit | 58e9f95c4aa970db32a94b9152b51ede22f823bd (patch) | |
tree | 3f4c46324a829b28d820b042389c04ca1aa8b342 /Misc | |
parent | c9d2bc6d7f6d74e0539afb0f7066997ae736dfc8 (diff) | |
download | cpython-58e9f95c4aa970db32a94b9152b51ede22f823bd.zip cpython-58e9f95c4aa970db32a94b9152b51ede22f823bd.tar.gz cpython-58e9f95c4aa970db32a94b9152b51ede22f823bd.tar.bz2 |
gh-128014: Fix passing default='' to the tkinter method wm_iconbitmap() (GH-128015)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-12-18-00-07-50.gh-issue-128014.F3aUbz.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-12-18-00-07-50.gh-issue-128014.F3aUbz.rst b/Misc/NEWS.d/next/Library/2024-12-18-00-07-50.gh-issue-128014.F3aUbz.rst new file mode 100644 index 0000000..ef339a2 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-12-18-00-07-50.gh-issue-128014.F3aUbz.rst @@ -0,0 +1,2 @@ +Fix resetting the default window icon by passing ``default=''`` to the +:mod:`tkinter` method :meth:`!wm_iconbitmap`. |