Update Misc/NEWS.d/next/Library/2019-11-04-17-20-43.bpo-38314.zWz6_P.rst

Co-Authored-By: Kyle Stanley <aeros167@gmail.com>
This commit is contained in:
Callum Ward 2019-11-04 20:40:29 +00:00
parent 52e9ec8c6a
commit 981c452a00
1 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
The read pipe on UNIX transports now has access to the `is_reading()` API which is noted in the documentation for asyncio protocols as being generally available on read transports.
The read pipe in :mod:`asyncio` UNIX transports now has access to the
`is_reading()` API.