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 8286a0a commit 8690397Copy full SHA for 8690397
Doc/library/io.rst
@@ -65,6 +65,7 @@ In-memory text streams are also available as :class:`StringIO` objects::
65
f = io.StringIO("some initial text data")
66
67
.. note::
68
+
69
When working with a non-blocking stream, be aware that operations on text I/O objects
70
might raise a :exc:`BlockingIOError` if the stream cannot perform a read operation
71
immediately.
0 commit comments