cpython/Lib/tkinter/test/test_tkinter
Akuli f1d40f941a
bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601)
... when an unknown option is passed.  TypeError was being raised because a 2to3 fix was missing.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2020-07-26 21:48:17 -04:00
..
__init__.py
test_font.py bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) 2019-08-08 08:42:54 +03:00
test_geometry_managers.py
test_images.py bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406) 2019-04-05 13:17:13 +03:00
test_loadtk.py
test_misc.py bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) 2019-10-04 13:09:52 +03:00
test_text.py
test_variables.py bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) 2019-08-08 08:42:54 +03:00
test_widgets.py bpo-41384: Raise TclError in tkinter.OptionMenu (GH-21601) 2020-07-26 21:48:17 -04:00