cpython/Lib/tkinter/test/test_ttk
Serhiy Storchaka dd844a2916
bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300)
The function accepts now the representation of the default state as
empty sequence (as returned by Style.map()).
The structure of the result is now the same on all platform
and does not depend on the value of wantobjects.
2020-11-22 22:48:52 +02:00
..
__init__.py
test_extensions.py bpo-25684: ttk.OptionMenu radiobuttons weren't unique (#2276) 2017-07-31 12:30:09 +03:00
test_functions.py bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300) 2020-11-22 22:48:52 +02:00
test_style.py bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300) 2020-11-22 22:48:52 +02:00
test_widgets.py bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) 2019-10-04 13:09:52 +03:00