[Python-checkins] python/dist/src/Misc NEWS,1.944,1.945

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat Mar 13 13:18:53 EST 2004


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

Modified Files:
	NEWS 
Log Message:
SF bug #910986:  copy.copy fails for array.array

Added support for the copy module.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.944
retrieving revision 1.945
diff -C2 -d -r1.944 -r1.945
*** NEWS	12 Mar 2004 08:03:40 -0000	1.944
--- NEWS	13 Mar 2004 18:18:50 -0000	1.945
***************
*** 181,184 ****
--- 181,186 ----
  -----------------
  
+ - array objects now support the copy module
+ 
  - cStringIO.writelines() now accepts any iterable argument and writes
    the lines one at a time rather than joining them and writing once.




More information about the Python-checkins mailing list