summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-03-16 10:53:02 (GMT)
committerMatthias Klose <doko@ubuntu.com>2010-03-16 10:53:02 (GMT)
commite1609b7793e188e3ba527e1e11919ab325335fad (patch)
tree8272709fd99a63711556abfbee573752ac91ae3b /Misc
parentffb5384ab1c09dc2beae1992d98a82421414406e (diff)
downloadcpython-e1609b7793e188e3ba527e1e11919ab325335fad.zip
cpython-e1609b7793e188e3ba527e1e11919ab325335fad.tar.gz
cpython-e1609b7793e188e3ba527e1e11919ab325335fad.tar.bz2
Merged revisions 78989 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r78989 | matthias.klose | 2010-03-16 11:51:28 +0100 (Tue, 16 Mar 2010) | 10 lines 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 29aae79..4103a25 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,9 @@ Core and Builtins
Library
-------
+- Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox
+ with Tcl/Tk-8.5.
+
- Issue #7356: ctypes.util: Make parsing of ldconfig output independent of
the locale.