diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-04-16 13:28:05 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-04-16 13:28:05 (GMT) |
commit | 5bfe1467f7611da791856da7231c86e2e76f598c (patch) | |
tree | 0952b418fdc896d2fccdfcfa37815607ff73495d /Misc | |
parent | 876d7c84e6f59e99ae2a75e53fe9e7c1b97e518f (diff) | |
download | cpython-5bfe1467f7611da791856da7231c86e2e76f598c.zip cpython-5bfe1467f7611da791856da7231c86e2e76f598c.tar.gz cpython-5bfe1467f7611da791856da7231c86e2e76f598c.tar.bz2 |
Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCII
using backslashreplace error handler.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -312,6 +312,9 @@ C-API 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. |