diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-03 12:15:00 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-03 12:15:00 (GMT) |
commit | 0de5362a408325e7dfe7736c93e34243b4584740 (patch) | |
tree | d46a2be57042c1b6a5d301158028425ac903a2b9 /Misc | |
parent | 7df4ddde15d654d557c3c0f8f1ee24a52e82f475 (diff) | |
parent | 2849e0dfb7ed722eec601ffd9b18523019e151b2 (diff) | |
download | cpython-0de5362a408325e7dfe7736c93e34243b4584740.zip cpython-0de5362a408325e7dfe7736c93e34243b4584740.tar.gz cpython-0de5362a408325e7dfe7736c93e34243b4584740.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')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,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 #19403: contextlib.redirect_stdout is now reentrant - Issue #19286: Directories in ``package_data`` are no longer added to |