]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Mentioned marshal.dumps()'s fix in the NEWS.
authorArmin Rigo <arigo@tunes.org>
Tue, 21 Dec 2004 14:04:39 +0000 (14:04 +0000)
committerArmin Rigo <arigo@tunes.org>
Tue, 21 Dec 2004 14:04:39 +0000 (14:04 +0000)
Misc/NEWS

index b6a3a1bb51c9a2949a12dd8bc931ac1901f3727c..f832b2d68e83c2fd567de00268657ed9daa07e49 100644 (file)
--- 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
 -------