]> granicus.if.org Git - python/commit
bpo-33096: Fix ttk.Treeview.insert. (GH-6228)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Mar 2018 08:20:10 +0000 (01:20 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Mar 2018 08:20:10 +0000 (01:20 -0700)
commit45116d393f713bbe918f16b33a0bba28b15bc96b
tree403245dcfb0dd758b6a9a07349c04f7b69cd726f
parentf5befbb0d1526f18eb2b24eabb48c3b761c624a2
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 3ab44c0783eebdff687014f7d14d5dec59b6bd39)

Co-authored-by: Garvit Khatri <garvitdelhi@gmail.com>
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]