]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton default names ...
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Mar 2024 11:31:19 +0000 (13:31 +0200)
committerGitHub <noreply@github.com>
Sat, 16 Mar 2024 11:31:19 +0000 (13:31 +0200)
commitc61cb507c10c5b597928284e087a9a384ab267d0
tree3f0860771658c9b8e38f49a2c8de342655a9fcc2
parent1069a462f611f0b70b6eec0bba603d618a0378f3
gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton default names (GH-116495)

Change automatically generated tkinter.Checkbutton widget names to
avoid collisions with automatically generated tkinter.ttk.Checkbutton
widget names within the same parent widget.
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]