diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-04-16 15:48:19 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-04-16 15:48:19 (GMT) |
commit | f45c368f4dc40a9573a0464e3ac7c5c1678cb7f7 (patch) | |
tree | 076662be93172747bd238865b514ca864c42f4ea /Misc/NEWS | |
parent | 30ba25b8659119c2281e1e4046fb5ddf48c69d8a (diff) | |
download | cpython-f45c368f4dc40a9573a0464e3ac7c5c1678cb7f7.zip cpython-f45c368f4dc40a9573a0464e3ac7c5c1678cb7f7.tar.gz cpython-f45c368f4dc40a9573a0464e3ac7c5c1678cb7f7.tar.bz2 |
Merged revisions 80112 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r80112 | victor.stinner | 2010-04-16 15:28:05 +0200 (ven., 16 avril 2010) | 3 lines
Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCII
using backslashreplace error handler.
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ Core and Builtins Library ------- +- Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCII + using backslashreplace error handler + - Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters. - Issue #8383: pickle and pickletools use surrogatepass error handler when |