[Python-checkins] CVS: python/dist/src/Misc NEWS,1.255,1.256

M.-A. Lemburg lemburg@users.sourceforge.net
Thu, 27 Sep 2001 07:17:36 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv31161/Misc

Modified Files:
	NEWS 
Log Message:
Added note about new StringIO/cStringIO feature.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.255
retrieving revision 1.256
diff -C2 -d -r1.255 -r1.256
*** NEWS	2001/09/25 04:15:41	1.255
--- NEWS	2001/09/27 14:17:33	1.256
***************
*** 91,94 ****
--- 91,99 ----
  Library
  
+ - StringIO.StringIO instances and cStringIO.StringIO instances support
+   read character buffer compatible objects for their .write() methods.
+   These objects are converted to strings and then handled as such
+   by the instances.
+ 
  - The "email" package has been added.  This is basically a port of the
    mimelib package <http://sf.net/projects/mimelib> with API changes