From 823b42a3b0403f435a1bd33ad356a992d2f1559f Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Tue, 21 Dec 2004 14:04:39 +0000 Subject: [PATCH] Mentioned marshal.dumps()'s fix in the NEWS. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) 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 ------- -- 2.47.3