]> granicus.if.org Git - python/commit
bpo-33096: Fix ttk.Treeview.insert. (GH-6228)
authorGarvit Khatri <garvitdelhi@gmail.com>
Mon, 26 Mar 2018 07:02:05 +0000 (12:32 +0530)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 26 Mar 2018 07:02:05 +0000 (10:02 +0300)
commit3ab44c0783eebdff687014f7d14d5dec59b6bd39
tree77df1a4b12402a9498ad17e81cd39cdeb58e1552
parent2b75fc2bc97702224de0fae8ab026ec0cd0706ab
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.
Lib/tkinter/test/test_ttk/test_widgets.py
Lib/tkinter/ttk.py
Misc/NEWS.d/next/Library/2018-03-25-13-18-16.bpo-33096.ofdbe7.rst [new file with mode: 0644]