]> granicus.if.org Git - python/commitdiff
add a statement identifying StringI and StringO objects.
authorSkip Montanaro <skip@pobox.com>
Mon, 11 Aug 2003 15:06:07 +0000 (15:06 +0000)
committerSkip Montanaro <skip@pobox.com>
Mon, 11 Aug 2003 15:06:07 +0000 (15:06 +0000)
Doc/lib/libstringio.tex

index c268690ea0d56141cfeec5cedf7e0ee8cf17a13b..f78d016e0c73c2752b79f540a41aa7e7553a1674 100644 (file)
@@ -62,7 +62,8 @@ 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.
+write methods.  These objects are not generally visible.  They turn up in
+tracebacks as \class{StringI} and \class{StringO}.
 
 The following data objects are provided as well: