cpython/Lib/tkinter/test/test_ttk
Miss Islington (bot) 45116d393f
bpo-33096: Fix ttk.Treeview.insert. (GH-6228)
Allow ttk.Treeview.insert to insert iid that has a false boolean value.
Note iid=0 and iid=False would be same.
(cherry picked from commit 3ab44c0783)

Co-authored-by: Garvit Khatri <garvitdelhi@gmail.com>
2018-03-26 01:20:10 -07:00
..
__init__.py Merged revisions 69050 via svnmerge from 2009-01-28 14:41:10 +00:00
test_extensions.py [3.6] bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) (#2959) 2017-07-31 22:10:13 +03:00
test_functions.py [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
test_style.py Issue #22236: Tkinter tests now don't reuse default root window. New root 2014-08-24 09:07:47 +03:00
test_widgets.py bpo-33096: Fix ttk.Treeview.insert. (GH-6228) 2018-03-26 01:20:10 -07:00