]> granicus.if.org Git - python/commitdiff
Added note about new StringIO/cStringIO feature.
authorMarc-André Lemburg <mal@egenix.com>
Thu, 27 Sep 2001 14:17:33 +0000 (14:17 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Thu, 27 Sep 2001 14:17:33 +0000 (14:17 +0000)
Misc/NEWS

index 30e225f7976058842316fd9644e2b912771d3a81..f38d35377a295bb4985d66084e1b87880c77428d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -90,6 +90,11 @@ Core
 
 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
   and some implementations updated to use iterators and generators.