]> granicus.if.org Git - python/commit
[2.7] bpo-33096: Fix ttk.Treeview.insert. (GH-6228) (GH-6326)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 31 Mar 2018 23:42:58 +0000 (02:42 +0300)
committerGitHub <noreply@github.com>
Sat, 31 Mar 2018 23:42:58 +0000 (02:42 +0300)
commite80a232f2cfdab584133d9779c83885c5f9f1ba6
tree1a53bfc6880940fedb4b57dc2f22cd14d54b2e53
parent924035a5e550c9d0bee05c26eadff0e44a0db582
[2.7] bpo-33096: Fix ttk.Treeview.insert. (GH-6228) (GH-6326)

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/lib-tk/test/test_ttk/test_widgets.py
Lib/lib-tk/ttk.py
Lib/tkinter/test/test_ttk/test_widgets.py [new file with mode: 0644]
Lib/tkinter/ttk.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2018-03-25-13-18-16.bpo-33096.ofdbe7.rst [new file with mode: 0644]