From 981c452a00233b30cb555d570c91a7ca7c90282c Mon Sep 17 00:00:00 2001 From: Callum Ward Date: Mon, 4 Nov 2019 20:40:29 +0000 Subject: [PATCH] Update Misc/NEWS.d/next/Library/2019-11-04-17-20-43.bpo-38314.zWz6_P.rst Co-Authored-By: Kyle Stanley --- .../next/Library/2019-11-04-17-20-43.bpo-38314.zWz6_P.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Library/2019-11-04-17-20-43.bpo-38314.zWz6_P.rst b/Misc/NEWS.d/next/Library/2019-11-04-17-20-43.bpo-38314.zWz6_P.rst index 4f957087abd..9cfdfc7e75a 100644 --- a/Misc/NEWS.d/next/Library/2019-11-04-17-20-43.bpo-38314.zWz6_P.rst +++ b/Misc/NEWS.d/next/Library/2019-11-04-17-20-43.bpo-38314.zWz6_P.rst @@ -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. \ No newline at end of file +The read pipe in :mod:`asyncio` UNIX transports now has access to the +`is_reading()` API.