]> granicus.if.org Git - python/commitdiff
SF bug #671447: StringIO doc doesn't say it's sometimes read-only.
authorRaymond Hettinger <python@rcn.com>
Fri, 31 Jan 2003 05:17:33 +0000 (05:17 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 31 Jan 2003 05:17:33 +0000 (05:17 +0000)
Doc/lib/libstringio.tex

index 9279a3f2d6c33c400639d74541e5dbd5440680b1..c268690ea0d56141cfeec5cedf7e0ee8cf17a13b 100644 (file)
@@ -59,6 +59,11 @@ Unlike the memory files implemented by the \refmodule{StringIO}
 module, those provided by this module are not able to accept Unicode
 strings that cannot be encoded as plain \ASCII{} strings.
 
+Another difference from the \refmodule{StringIO} module is that calling
+\function{StringIO()} with a string parameter creates a read-only object.
+Unlike an object created without a string parameter, it does not have
+write methods.
+
 The following data objects are provided as well: