commit | 5bfe1467f7611da791856da7231c86e2e76f598c | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Apr 16 13:28:05 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Apr 16 13:28:05 2010 +0000 |
tree | 0952b418fdc896d2fccdfcfa37815607ff73495d | |
parent | 876d7c84e6f59e99ae2a75e53fe9e7c1b97e518f [diff] [blame] |
Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCII using backslashreplace error handler.
diff --git a/Misc/NEWS b/Misc/NEWS index c583fa3..81683c9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -312,6 +312,9 @@ Library ------- +- Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCII + using backslashreplace error handler + - Issue #8412: os.system() now accepts bytes, bytearray and str with surrogates.