]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 84655 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 9 Sep 2010 20:33:43 +0000 (20:33 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 9 Sep 2010 20:33:43 +0000 (20:33 +0000)
commitc9a8df24cc8c95efb63b9820d9381ad2f54e45c5
tree590f0f94fd1907e7849a30f071ee6d27af1a3fbb
parent8e0bb6a1e2907797cd6e4b7cc90539904e54db7e
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.
........
Lib/test/test_builtin.py
Lib/test/test_codeccallbacks.py
Misc/NEWS
Python/codecs.c