diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-03 12:13:34 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-03 12:13:34 (GMT) |
commit | 2849e0dfb7ed722eec601ffd9b18523019e151b2 (patch) | |
tree | 1cd61dbfb4f4932d187546d48a2b2783d7e08ae4 /Misc/NEWS | |
parent | 0bdcdecca7736151278097784720be08cbdc221c (diff) | |
download | cpython-2849e0dfb7ed722eec601ffd9b18523019e151b2.zip cpython-2849e0dfb7ed722eec601ffd9b18523019e151b2.tar.gz cpython-2849e0dfb7ed722eec601ffd9b18523019e151b2.tar.bz2 |
Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of
integers instead of a string. Based on patch by Guilherme Polo.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ Core and Builtins Library ------- +- Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of + integers instead of a string. Based on patch by Guilherme Polo. + - Issue #19286: Directories in ``package_data`` are no longer added to the filelist, preventing failure outlined in the ticket. |