summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-03-16 10:48:52 (GMT)
committerMatthias Klose <doko@ubuntu.com>2010-03-16 10:48:52 (GMT)
commit8b41168bab1ef241b63aba52528df63503970235 (patch)
tree51571066395d3063c2c037502c2eb5815716fcc9 /Misc
parent3cc8f211ed0d569836114d0d54c6298a21e6dde3 (diff)
downloadcpython-8b41168bab1ef241b63aba52528df63503970235.zip
cpython-8b41168bab1ef241b63aba52528df63503970235.tar.gz
cpython-8b41168bab1ef241b63aba52528df63503970235.tar.bz2
- Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox
with Tcl/Tk-8.5.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a6fe33a..35fddeb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,9 @@ Core and Builtins
Library
-------
+- Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox
+ with Tcl/Tk-8.5.
+
- Issue #8140: extend compileall to compile single files. Add -i option.
- Issue #7356: ctypes.util: Make parsing of ldconfig output independent of