]> 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:19:52 +0000 (01:19 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Mar 2018 08:19:52 +0000 (01:19 -0700)
commita7b1b847f665aafc22557917cea32ec34c9b4418
tree9be46e979ea93d3cce260c57fd2f58faf4c78fc1
parent5fc6fc85c42d1a17938db1956c0d0f5454427b3b
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]