]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton default...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 16 Mar 2024 11:58:10 +0000 (12:58 +0100)
committerGitHub <noreply@github.com>
Sat, 16 Mar 2024 11:58:10 +0000 (11:58 +0000)
commit02497b7ac2d6857449dd9baf386c1f22207f2a09
treeffafc4e38beb946e741081d4fa602b1118cc3a1a
parenteddfdb3e509de7cbb591d89f9313fbb3394a0724
[3.11] gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton default names (GH-116495) (GH-116902)

Change automatically generated tkinter.Checkbutton widget names to
avoid collisions with automatically generated tkinter.ttk.Checkbutton
widget names within the same parent widget.
(cherry picked from commit c61cb507c10c5b597928284e087a9a384ab267d0)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/tkinter/__init__.py
Lib/tkinter/test/test_ttk/test_widgets.py
Misc/NEWS.d/next/Library/2024-03-08-11-31-49.gh-issue-116484.VMAsU7.rst [new file with mode: 0644]