From: Alexandre Vassalotti Date: Sat, 27 Dec 2008 07:13:01 +0000 (+0000) Subject: Add Misc/NEWS entry for r67934. X-Git-Tag: v2.7a1~2494 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6067f78ecf613560700c4e2303de47d8498e9462;p=python Add Misc/NEWS entry for r67934. --- diff --git a/Misc/NEWS b/Misc/NEWS index 4a5658a1b5..2e4552d35d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -179,6 +179,9 @@ Library - 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 -----