summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-11-03 12:29:35 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-11-03 12:29:35 (GMT)
commit0b9e815d8dfab1844d8095b916e0ccb75d7bf3da (patch)
treece917c73ca7e17974eb5ccf0a92f10b3dc75039d /Misc
parent2849e0dfb7ed722eec601ffd9b18523019e151b2 (diff)
downloadcpython-0b9e815d8dfab1844d8095b916e0ccb75d7bf3da.zip
cpython-0b9e815d8dfab1844d8095b916e0ccb75d7bf3da.tar.gz
cpython-0b9e815d8dfab1844d8095b916e0ccb75d7bf3da.tar.bz2
Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bc684d7..26fc76c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,8 @@ Core and Builtins
Library
-------
+- Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo.
+
- Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple of
integers instead of a string. Based on patch by Guilherme Polo.