]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:51:08 +0000 (12:51 +0100)
committerGitHub <noreply@github.com>
Sat, 16 Mar 2024 11:51:08 +0000 (11:51 +0000)
commit04e614663494b6b0fa7b24933fca7c8af3a5fa32
treefaef953b0a645f656d8950c2ffa01b0fe8f6da06
parent716d482ba49a72adad4db98db92bb30667a566c7
[3.12] gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton default names (GH-116495) (GH-116901)

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/test/test_ttk/test_widgets.py
Lib/tkinter/__init__.py
Misc/NEWS.d/next/Library/2024-03-08-11-31-49.gh-issue-116484.VMAsU7.rst [new file with mode: 0644]