Skip to content

Commit b045cda

Browse files
authored
Doc: io: Remove "In-memory streams" section (GH-24927)
1 parent df9ade9 commit b045cda

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Doc/library/io.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -155,16 +155,6 @@ High-level Module Interface
155155
when an unsupported operation is called on a stream.
156156

157157

158-
In-memory streams
159-
^^^^^^^^^^^^^^^^^
160-
161-
It is also possible to use a :class:`str` or :term:`bytes-like object` as a
162-
file for both reading and writing. For strings :class:`StringIO` can be used
163-
like a file opened in text mode. :class:`BytesIO` can be used like a file
164-
opened in binary mode. Both provide full read-write capabilities with random
165-
access.
166-
167-
168158
.. seealso::
169159

170160
:mod:`sys`

0 commit comments

Comments
 (0)