summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-03-16 13:19:21 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-03-16 13:19:21 (GMT)
commit4b00307425bb3219f269a13ba5a9526903d21ce8 (patch)
tree8731e9ad5b15c88f637daad50f3b5bcc51ca1a07 /Misc
parent09c86afb1e3b2f1af8a03f77f2dd146429f56add (diff)
downloadcpython-4b00307425bb3219f269a13ba5a9526903d21ce8.zip
cpython-4b00307425bb3219f269a13ba5a9526903d21ce8.tar.gz
cpython-4b00307425bb3219f269a13ba5a9526903d21ce8.tar.bz2
Issue #6716/2: Backslash-replace error output in compilall.
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 93a991b..018adf0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -283,6 +283,8 @@ C-API
Library
-------
+- Issue #6716/2: Backslash-replace error output in compilall.
+
- Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox
with Tcl/Tk-8.5.