From: Skip Montanaro Date: Mon, 11 Aug 2003 15:06:07 +0000 (+0000) Subject: add a statement identifying StringI and StringO objects. X-Git-Tag: v2.4a1~1759 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc961e571421b872db57bb2c30ba1be4d584495b;p=python add a statement identifying StringI and StringO objects. --- diff --git a/Doc/lib/libstringio.tex b/Doc/lib/libstringio.tex index c268690ea0..f78d016e0c 100644 --- a/Doc/lib/libstringio.tex +++ b/Doc/lib/libstringio.tex @@ -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: