]> granicus.if.org Git - python/commit
Merged revisions 67934-67935 via svnmerge from
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 27 Dec 2008 07:16:40 +0000 (07:16 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 27 Dec 2008 07:16:40 +0000 (07:16 +0000)
commit966322f9291786f3456fe24f9d5c767e92eba1d0
tree251600e1a9c6e0c69a52833d27e333625baa2d4f
parent6a00c74211c555b48faf17f5da9baca4ba2eb468
Merged revisions 67934-67935 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r67934 | alexandre.vassalotti | 2008-12-27 02:08:47 -0500 (Sat, 27 Dec 2008) | 4 lines

  Fix issue #4730: cPickle corrupts high-unicode strings.
  Update outdated copy of PyUnicode_EncodeRawUnicodeEscape.
  Add a test case.
........
  r67935 | alexandre.vassalotti | 2008-12-27 02:13:01 -0500 (Sat, 27 Dec 2008) | 2 lines

  Add Misc/NEWS entry for r67934.
........
Lib/test/pickletester.py
Misc/NEWS
Modules/cPickle.c