mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Port rev. 56830.
This commit is contained in:
parent
8f943b6121
commit
9a267392c2
@ -77,6 +77,10 @@ Unlike the memory files implemented by the :mod:`StringIO` module, those
|
||||
provided by this module are not able to accept Unicode strings that cannot be
|
||||
encoded as plain ASCII strings.
|
||||
|
||||
Calling :func:`StringIO` with a Unicode string parameter populates
|
||||
the object with the buffer representation of the Unicode string, instead of
|
||||
encoding the string.
|
||||
|
||||
Another difference from the :mod:`StringIO` module is that calling
|
||||
:func:`StringIO` with a string parameter creates a read-only object. Unlike an
|
||||
object created without a string parameter, it does not have write methods.
|
||||
|
@ -77,6 +77,10 @@ Unlike the memory files implemented by the :mod:`StringIO` module, those
|
||||
provided by this module are not able to accept Unicode strings that cannot be
|
||||
encoded as plain ASCII strings.
|
||||
|
||||
Calling :func:`StringIO` with a Unicode string parameter populates
|
||||
the object with the buffer representation of the Unicode string, instead of
|
||||
encoding the string.
|
||||
|
||||
Another difference from the :mod:`StringIO` module is that calling
|
||||
:func:`StringIO` with a string parameter creates a read-only object. Unlike an
|
||||
object created without a string parameter, it does not have write methods.
|
||||
|
Loading…
Reference in New Issue
Block a user