add a statement identifying StringI and StringO objects.

This commit is contained in:
Skip Montanaro 2003-08-11 15:06:07 +00:00
parent eb2f0612e1
commit bc961e5714
1 changed files with 2 additions and 1 deletions

View 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: