Kaydet (Commit) bc961e57 authored tarafından Skip Montanaro's avatar Skip Montanaro

add a statement identifying StringI and StringO objects.

üst eb2f0612
...@@ -62,7 +62,8 @@ strings that cannot be encoded as plain \ASCII{} strings. ...@@ -62,7 +62,8 @@ strings that cannot be encoded as plain \ASCII{} strings.
Another difference from the \refmodule{StringIO} module is that calling Another difference from the \refmodule{StringIO} module is that calling
\function{StringIO()} with a string parameter creates a read-only object. \function{StringIO()} with a string parameter creates a read-only object.
Unlike an object created without a string parameter, it does not have 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: The following data objects are provided as well:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment