]> 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:08 +0000 (14:13 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 3 Nov 2013 12:13:08 +0000 (14:13 +0200)
commit8630f16eb7393649d501dd3f6982d15c799e24ee
tree58a6fe262cf556fcb77cb5be7dcf9cafba2508fa
parent6bf15d10a6b01e8408bee4cad1ff3c28a2f378ae
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/lib-tk/Tkinter.py
Lib/lib-tk/test/test_tkinter/test_widgets.py
Misc/NEWS