mirror of
https://github.com/python/cpython.git
synced 2025-09-14 04:37:29 +00:00
SF bug #671447: StringIO doc doesn't say it's sometimes read-only.
This commit is contained in:
parent
8cd0def10d
commit
2adbb83a24
1 changed files with 5 additions and 0 deletions
|
@ -59,6 +59,11 @@ Unlike the memory files implemented by the \refmodule{StringIO}
|
|||
module, those provided by this module are not able to accept Unicode
|
||||
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.
|
||||
|
||||
The following data objects are provided as well:
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue