commit | c9a8df24cc8c95efb63b9820d9381ad2f54e45c5 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Sep 09 20:33:43 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Sep 09 20:33:43 2010 +0000 |
tree | 590f0f94fd1907e7849a30f071ee6d27af1a3fbb | |
parent | 8e0bb6a1e2907797cd6e4b7cc90539904e54db7e [diff] |
Merged revisions 84655 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84655 | antoine.pitrou | 2010-09-09 22:30:23 +0200 (jeu., 09 sept. 2010) | 6 lines Issue #9804: ascii() now always represents unicode surrogate pairs as a single `\UXXXXXXXX`, regardless of whether the character is printable or not. Also, the "backslashreplace" error handler now joins surrogate pairs into a single character on UCS-2 builds. ........