From: Armin Rigo Date: Tue, 21 Dec 2004 14:04:39 +0000 (+0000) Subject: Mentioned marshal.dumps()'s fix in the NEWS. X-Git-Tag: v2.4.1c1~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=823b42a3b0403f435a1bd33ad356a992d2f1559f;p=thirdparty%2FPython%2Fcpython.git Mentioned marshal.dumps()'s fix in the NEWS. --- diff --git a/Misc/NEWS b/Misc/NEWS index b6a3a1bb51c9..f832b2d68e83 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -15,6 +15,9 @@ Core and builtins - Bug #1085744: Add missing overflow check to PySequence_Tuple(). Make resize schedule linear (amortized). +- marshal.dumps() no longer crashes when the optional argument ``version`` + is provided. + Library -------