]> 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:11 +0000 (12:02 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 7 Nov 2014 10:02:11 +0000 (12:02 +0200)
commit7a0258232967bee46ace263e69d33a0e40dd3078
treedd07899aaf1ac24813e8949f98cfa2f7c4fa287e
parenta6a8a4f5f7e2ef0ca78622649d23acd984047613
Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
Lib/lib-tk/test/test_ttk/test_widgets.py
Lib/lib-tk/ttk.py
Misc/NEWS