[Python-checkins] python/dist/src/Misc NEWS,1.1193.2.7,1.1193.2.8

arigo at users.sourceforge.net arigo at users.sourceforge.net
Tue Dec 21 15:04:59 CET 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9710

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Mentioned marshal.dumps()'s fix in the NEWS.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.7
retrieving revision 1.1193.2.8
diff -u -d -r1.1193.2.7 -r1.1193.2.8
--- NEWS	20 Dec 2004 23:55:31 -0000	1.1193.2.7
+++ NEWS	21 Dec 2004 14:04:39 -0000	1.1193.2.8
@@ -15,6 +15,9 @@
 - 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
 -------



More information about the Python-checkins mailing list