Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd0def commit 2adbb83Copy full SHA for 2adbb83
1 file changed
Doc/lib/libstringio.tex
@@ -59,6 +59,11 @@ \section{\module{cStringIO} ---
59
module, those provided by this module are not able to accept Unicode
60
strings that cannot be encoded as plain \ASCII{} strings.
61
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
+
67
The following data objects are provided as well:
68
69
0 commit comments