Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2adbb83

Browse files
committed
SF bug #671447: StringIO doc doesn't say it's sometimes read-only.
1 parent 8cd0def commit 2adbb83

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/lib/libstringio.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ \section{\module{cStringIO} ---
5959
module, those provided by this module are not able to accept Unicode
6060
strings that cannot be encoded as plain \ASCII{} strings.
6161

62+
Another difference from the \refmodule{StringIO} module is that calling
63+
\function{StringIO()} with a string parameter creates a read-only object.
64+
Unlike an object created without a string parameter, it does not have
65+
write methods.
66+
6267
The following data objects are provided as well:
6368

6469

0 commit comments

Comments
 (0)