summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-03-25-13-18-16.bpo-33096.ofdbe7.rst
blob: c55ea20b337d7788a57d5f67fa8deb143605dbb0 (plain)
1
2
3
4
Allow ttk.Treeview.insert to insert iid that has a false boolean value.
Note iid=0 and iid=False would be same.
Patch by Garvit Khatri.