Skip to content

Commit bf5cc2b

Browse files
authored
Update NEWS entry to include references to _io and _pyio for BlockingIOError change
Revised the NEWS entry in `MISC/NEWS.d/next/C_API` to specify that the recent change affecting the `BlockingIOError` now applies to both `_io.TextIOWrapper.read()` and `_pyio.TextIOWrapper.read()`.
1 parent 100c4cb commit bf5cc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
In _io_TextIOWrapper_read_impl, raise BlockingIOError when read() from a non-blocking pipe does not return bytes.
1+
Reading text from a non-blocking stream with `.read()` may now raise a `BlockingIOError` if the operation cannot immediately return bytes.

0 commit comments

Comments
 (0)