File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -778,6 +778,7 @@ than raw I/O does.
778778 EOF or if the read call would block in non-blocking mode.
779779
780780 .. note ::
781+
781782 When the underlying raw stream is non-blocking, a :exc: `BlockingIOError `
782783 may be raised if a read operation cannot be completed immediately.
783784
@@ -791,6 +792,7 @@ than raw I/O does.
791792 The *size * argument is now optional.
792793
793794 .. note ::
795+
794796 When the underlying raw stream is non-blocking, a :exc: `BlockingIOError `
795797 may be raised if a read operation cannot be completed immediately.
796798
@@ -1022,6 +1024,7 @@ Text I/O
10221024 The *encoding * argument now supports the ``"locale" `` dummy encoding name.
10231025
10241026 .. note ::
1027+
10251028 When the underlying raw stream is non-blocking, a :exc: `BlockingIOError `
10261029 may be raised if a read operation cannot be completed immediately.
10271030
You can’t perform that action at this time.
0 commit comments