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:
@@ -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
|
provided by this module are not able to accept Unicode strings that cannot be
|
||||||
encoded as plain ASCII strings.
|
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
|
Another difference from the :mod:`StringIO` module is that calling
|
||||||
:func:`StringIO` with a string parameter creates a read-only object. Unlike an
|
: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.
|
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
|
provided by this module are not able to accept Unicode strings that cannot be
|
||||||
encoded as plain ASCII strings.
|
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
|
Another difference from the :mod:`StringIO` module is that calling
|
||||||
:func:`StringIO` with a string parameter creates a read-only object. Unlike an
|
: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.
|
object created without a string parameter, it does not have write methods.
|
||||||
|
|||||||
Reference in New Issue
Block a user