summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4763374..9cba2fe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -485,8 +485,6 @@ Library
- Skip getaddrinfo if host is already resolved.
Patch by A. Jesse Jiryu Davis.
-- Add asyncio.timeout() context manager.
-
- Issue #26050: Add asyncio.StreamReader.readuntil() method.
Patch by Марк Коренберг.