| commit | 3ab44c0783eebdff687014f7d14d5dec59b6bd39 | [log] [tgz] |
|---|---|---|
| author | Garvit Khatri <garvitdelhi@gmail.com> | Mon Mar 26 12:32:05 2018 +0530 |
| committer | Serhiy Storchaka <storchaka@gmail.com> | Mon Mar 26 10:02:05 2018 +0300 |
| tree | 77df1a4b12402a9498ad17e81cd39cdeb58e1552 | |
| parent | 2b75fc2bc97702224de0fae8ab026ec0cd0706ab [diff] |
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.