]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-153380: Adapt ttk tests to Tk 9.1 changes (GH-153381)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 9 Jul 2026 06:07:34 +0000 (09:07 +0300)
committerGitHub <noreply@github.com>
Thu, 9 Jul 2026 06:07:34 +0000 (09:07 +0300)
commitd6855c8ad00ffa2bee318b510d0e90573dddbbab
tree1e7805d1151c950d76b41a7e07e268e5c6091786
parentbc9bb7386597e22693662f489a7474998788e228
gh-153380: Adapt ttk tests to Tk 9.1 changes (GH-153381)

- selectmode: new 'single' and 'multiple' modes
- set(): includes the tree column '#0'
- insert()/selection(): item ids keep the passed value's type
- heading_callback: avoid a double click on the second click
- theme_create_image: don't assert the exact (now scaled) width

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Lib/test/test_ttk/test_style.py
Lib/test/test_ttk/test_widgets.py