diff options
author | Skip Montanaro <skip@pobox.com> | 2003-08-11 15:06:07 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2003-08-11 15:06:07 (GMT) |
commit | bc961e571421b872db57bb2c30ba1be4d584495b (patch) | |
tree | db0468ea021c3ac72e79f6c84cfd3a13ceceafee /Doc/lib/libstringio.tex | |
parent | eb2f0612e1644fcd053d05725e12b2253189de5a (diff) | |
download | cpython-bc961e571421b872db57bb2c30ba1be4d584495b.zip cpython-bc961e571421b872db57bb2c30ba1be4d584495b.tar.gz cpython-bc961e571421b872db57bb2c30ba1be4d584495b.tar.bz2 |
add a statement identifying StringI and StringO objects.
Diffstat (limited to 'Doc/lib/libstringio.tex')
-rw-r--r-- | Doc/lib/libstringio.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libstringio.tex b/Doc/lib/libstringio.tex index c268690..f78d016 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: |