mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
Doc: io: Remove "In-memory streams" section (GH-24927)
(cherry picked from commit b045cdaf34
)
Co-authored-by: Inada Naoki <songofacandy@gmail.com>
This commit is contained in:
parent
b3c1e2c493
commit
244fa236e4
1 changed files with 0 additions and 10 deletions
|
@ -155,16 +155,6 @@ High-level Module Interface
|
|||
when an unsupported operation is called on a stream.
|
||||
|
||||
|
||||
In-memory streams
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
It is also possible to use a :class:`str` or :term:`bytes-like object` as a
|
||||
file for both reading and writing. For strings :class:`StringIO` can be used
|
||||
like a file opened in text mode. :class:`BytesIO` can be used like a file
|
||||
opened in binary mode. Both provide full read-write capabilities with random
|
||||
access.
|
||||
|
||||
|
||||
.. seealso::
|
||||
|
||||
:mod:`sys`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue