]> granicus.if.org Git - python/commit
Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 3 Nov 2013 12:13:34 +0000 (14:13 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 3 Nov 2013 12:13:34 +0000 (14:13 +0200)
commit2849e0dfb7ed722eec601ffd9b18523019e151b2
tree1cd61dbfb4f4932d187546d48a2b2783d7e08ae4
parent0bdcdecca7736151278097784720be08cbdc221c
Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of
integers instead of a string.  Based on patch by Guilherme Polo.
Lib/tkinter/__init__.py
Lib/tkinter/test/test_tkinter/test_widgets.py
Misc/NEWS