cpython/Lib/tkinter/test/test_ttk
Miss Islington (bot) dc0a87d9a0
gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547)
Previously, checkbuttons in different parent widgets could have the same
short name and share the same state if arguments "name" and "variable" are
not specified. Now they are globally unique.
(cherry picked from commit adbed2d542)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2022-09-27 04:39:31 -07:00
..
__init__.py
test_extensions.py bpo-27313: Use non-deprecated methods for tracing (GH-29425) (GH-29450) 2021-11-06 20:23:00 +01:00
test_style.py bpo-45979: Fix Tkinter tests with old Tk (>= 8.5.12) (GH-31938) 2022-03-18 05:44:54 -07:00
test_widgets.py gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547) 2022-09-27 04:39:31 -07:00