summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-03-16 10:51:28 (GMT)
committerMatthias Klose <doko@ubuntu.com>2010-03-16 10:51:28 (GMT)
commita6d9abfc9e2c91c2d1cf6d02106d6a07f50b5ed5 (patch)
treebad2e2bbeda3affb70b19ddda32ecc2ba0b94f0f /Misc
parentc33b902ebb0e124061ed3213409dc37cffebced0 (diff)
downloadcpython-a6d9abfc9e2c91c2d1cf6d02106d6a07f50b5ed5.zip
cpython-a6d9abfc9e2c91c2d1cf6d02106d6a07f50b5ed5.tar.gz
cpython-a6d9abfc9e2c91c2d1cf6d02106d6a07f50b5ed5.tar.bz2
Merged revisions 78988 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78988 | matthias.klose | 2010-03-16 11:48:52 +0100 (Tue, 16 Mar 2010) | 3 lines - 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 1afc832..84b2bb9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -283,6 +283,9 @@ C-API
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