Thanks to visit codestin.com Credit goes to github.com
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 df9ade9 commit b045cdaCopy full SHA for b045cda
1 file changed
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