]> granicus.if.org Git - python/commit
Issue #6181: Fixed minor bugs in tkinter.Listbox methods:
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 2 Jun 2014 18:31:07 +0000 (21:31 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 2 Jun 2014 18:31:07 +0000 (21:31 +0300)
commitfc14ad996237839e601d08ac05bd6fe7838a8502
tree3ce35e5c86e4929e9b73f1f100a778b8d374606c
parent90441e857d2f0d0224899a328e89fd8d694e45ef
Issue #6181: Fixed minor bugs in tkinter.Listbox methods:
bbox(), curselection() and get().
Lib/tkinter/__init__.py
Lib/tkinter/test/test_tkinter/test_widgets.py
Lib/tkinter/test/test_ttk/test_widgets.py
Lib/tkinter/test/widget_tests.py