]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #6167: Scrollbar.activate() now returns the name of active element if
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 23 Jul 2014 19:00:44 +0000 (22:00 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 23 Jul 2014 19:00:44 +0000 (22:00 +0300)
commit320f339131c8b64b6be85f31e739f269be09950d
treedbf167140cce05b707e386523c36d85687564de2
parent6e20460dc6356d213e816bbbd8dc6a336c83bbd0
Issue #6167: Scrollbar.activate() now returns the name of active element if
the argument is not specified.  Scrollbar.set() now always accepts only 2
arguments.  Added tests for Scrollbar.activate() and Scrollbar.set().
Lib/tkinter/__init__.py
Lib/tkinter/test/test_tkinter/test_widgets.py
Misc/NEWS