diff --git a/Misc/NEWS b/Misc/NEWS index 47633743bdc..9cba2fe2cd2 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 Марк Коренберг.