mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Doc: io: Remove "In-memory streams" section (GH-24927)
This commit is contained in:
parent
df9ade9beb
commit
b045cdaf34
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