]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 67937-67938 via svnmerge from
authorGeorg Brandl <georg@python.org>
Sat, 3 Jan 2009 23:34:15 +0000 (23:34 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 3 Jan 2009 23:34:15 +0000 (23:34 +0000)
commita12d9d46456c789968bde7cfbae8e96485d01ddf
treeb0121a7910310f2e7183b9389f041fa470ef2d18
parentffffa2926164f007b84fb4917c873063584c2917
Merged revisions 67937-67938 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r67937 | alexandre.vassalotti | 2008-12-27 08:32:41 +0100 (Sat, 27 Dec 2008) | 3 lines

  Update copy of PyUnicode_EncodeRawUnicodeEscape in _pickle.
  Add astral character test case.
........
  r67938 | alexandre.vassalotti | 2008-12-27 10:09:15 +0100 (Sat, 27 Dec 2008) | 3 lines

  Fix wrong bytes type conversion in PyUnicode_AsUnicodeEscapeString.
  Fix wrong bytes type conversion in PyUnicode_AsUnicodeDecodeString.
........
Lib/test/pickletester.py
Modules/_pickle.c
Objects/unicodeobject.c