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.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index a305843..af1c22e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -173,6 +173,9 @@
- Issue #4014: Don't claim that Python has an Alpha release status, in addition
to claiming it is Mature.
+- Issue #4730: Fixed the cPickle module to handle correctly astral characters
+ when protocol 0 is used.
+
Build
-----