]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151678: Add tests for the remaining tkinter Misc, Wm and Text methods (GH-151782)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 20 Jun 2026 13:42:53 +0000 (16:42 +0300)
committerGitHub <noreply@github.com>
Sat, 20 Jun 2026 13:42:53 +0000 (13:42 +0000)
commitaa71eb287f6d812e5270109acb9119c2ad0baef9
treed7b836ec1fa9fd47e648af9010fc044d6659e422
parent58fd9ec3cfe0d588db97eb98c0dc7fdb0256be76
gh-151678: Add tests for the remaining tkinter Misc, Wm and Text methods (GH-151782)

Cover Misc.wait_variable and wait_window, tk_focusFollowsMouse,
selection_handle, the error paths of grab_set_global, send, the
X11-specific Wm methods iconposition, iconmask, iconwindow,
colormapwindows and manage/forget, and the Text.window_config alias and
deprecated yview_pickplace.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Lib/test/test_tkinter/test_misc.py
Lib/test/test_tkinter/test_text.py