]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 3 Nov 2013 12:15:00 +0000 (14:15 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 3 Nov 2013 12:15:00 +0000 (14:15 +0200)
commit0de5362a408325e7dfe7736c93e34243b4584740
treed46a2be57042c1b6a5d301158028425ac903a2b9
parent7df4ddde15d654d557c3c0f8f1ee24a52e82f475
parent2849e0dfb7ed722eec601ffd9b18523019e151b2
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
Misc/NEWS