bpo-33096 Modify ttk.Treeview.insert by plusminushalf · Pull Request #6228 · python/cpython

@plusminushalf

Allow ttk.Treeview.insert to insert False iid.
Note iid=0 and iid=false would be same

serhiy-storchaka

@plusminushalf

@plusminushalf

@plusminushalf

serhiy-storchaka

@plusminushalf

serhiy-storchaka

@serhiy-storchaka

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Mar 26, 2018
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 3ab44c0)

Co-authored-by: Garvit Khatri <garvitdelhi@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Mar 26, 2018
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 3ab44c0)

Co-authored-by: Garvit Khatri <garvitdelhi@gmail.com>

miss-islington added a commit that referenced this pull request

Mar 26, 2018
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 3ab44c0)

Co-authored-by: Garvit Khatri <garvitdelhi@gmail.com>

miss-islington added a commit that referenced this pull request

Mar 26, 2018
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 3ab44c0)

Co-authored-by: Garvit Khatri <garvitdelhi@gmail.com>

serhiy-storchaka pushed a commit to serhiy-storchaka/cpython that referenced this pull request

Mar 31, 2018
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 3ab44c0)

Co-authored-by: Garvit Khatri <garvitdelhi@gmail.com>

serhiy-storchaka added a commit that referenced this pull request

Mar 31, 2018
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 3ab44c0)

Co-authored-by: Garvit Khatri <garvitdelhi@gmail.com>