[Python-checkins] python/dist/src/Misc NEWS,1.1210,1.1211

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Thu Dec 16 17:23:42 CET 2004


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

Modified Files:
	NEWS 
Log Message:
SF #1085304:  Make array.array pickle-able



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1210
retrieving revision 1.1211
diff -u -d -r1.1210 -r1.1211
--- NEWS	10 Dec 2004 21:58:04 -0000	1.1210
+++ NEWS	16 Dec 2004 16:23:37 -0000	1.1211
@@ -17,6 +17,8 @@
 Extension Modules
 -----------------
 
+- array.array objects are now picklable.
+
 - the cPickle module no longer accepts the deprecated None option in the
   args tuple returned by __reduce__().
 



More information about the Python-checkins mailing list