summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-17 17:57:01 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-17 17:57:01 (GMT)
commit28fdfa98397b38017d996705e2fc3e4292bf28b6 (patch)
treeae501fd05ee1d30d87a6d4c82330d48cb3be04de /Misc
parent4bfb59390c02f450e9bdc0e5e3c75b4d971f3b55 (diff)
downloadcpython-28fdfa98397b38017d996705e2fc3e4292bf28b6.zip
cpython-28fdfa98397b38017d996705e2fc3e4292bf28b6.tar.gz
cpython-28fdfa98397b38017d996705e2fc3e4292bf28b6.tar.bz2
#961805: fix Edit.text_modified().
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 954f2b6..1d55190 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,8 @@ Extension Modules
Library
-------
+- Issue #961805: Fix Text.edit_modified() in Tkinter.
+
- Issue 1793: Function ctypes.util.find_msvcrt() added that returns
the name of the C runtime library that Python uses.
ctypes.util.find_library(name) now call this function when name is