diff options
author | Georg Brandl <georg@python.org> | 2008-05-17 17:57:01 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-17 17:57:01 (GMT) |
commit | 28fdfa98397b38017d996705e2fc3e4292bf28b6 (patch) | |
tree | ae501fd05ee1d30d87a6d4c82330d48cb3be04de /Misc | |
parent | 4bfb59390c02f450e9bdc0e5e3c75b4d971f3b55 (diff) | |
download | cpython-28fdfa98397b38017d996705e2fc3e4292bf28b6.zip cpython-28fdfa98397b38017d996705e2fc3e4292bf28b6.tar.gz cpython-28fdfa98397b38017d996705e2fc3e4292bf28b6.tar.bz2 |
#961805: fix Edit.text_modified().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |