commit | 4b00307425bb3219f269a13ba5a9526903d21ce8 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Mar 16 13:19:21 2010 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Mar 16 13:19:21 2010 +0000 |
tree | 8731e9ad5b15c88f637daad50f3b5bcc51ca1a07 | |
parent | 09c86afb1e3b2f1af8a03f77f2dd146429f56add [diff] [blame] |
Issue #6716/2: Backslash-replace error output in compilall.
diff --git a/Misc/NEWS b/Misc/NEWS index 93a991b..018adf0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -283,6 +283,8 @@ 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.