We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c1e2c commit 244fa23Copy full SHA for 244fa23
Doc/library/io.rst
@@ -155,16 +155,6 @@ High-level Module Interface
155
when an unsupported operation is called on a stream.
156
157
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
168
.. seealso::
169
170
:mod:`sys`
0 commit comments