commit | 8630f16eb7393649d501dd3f6982d15c799e24ee | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Nov 03 14:13:08 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Nov 03 14:13:08 2013 +0200 |
tree | 58a6fe262cf556fcb77cb5be7dcf9cafba2508fa | |
parent | 6bf15d10a6b01e8408bee4cad1ff3c28a2f378ae [diff] |
Issue #6160: The bbox() method of Tkinter.Spinbox now returns a tuple of integers instead of a string. Based on patch by Guilherme Polo.