]> granicus.if.org Git - python/commit
Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Nov 2014 10:02:31 +0000 (12:02 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Nov 2014 10:02:31 +0000 (12:02 +0200)
commit8e92f5727414815fce9a12ded1acfb7e13037e85
tree8bbf7b8b5517b71d88cbdea5a058fc579d120523
parent72a7f7c476841dde6977f099cc63807df5858c2d
Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
Lib/tkinter/test/test_ttk/test_widgets.py
Lib/tkinter/ttk.py
Misc/NEWS