diff --git a/Misc/NEWS b/Misc/NEWS index 6f71c268b8c..624c6ed8805 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1158,8 +1158,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 Марк Коренберг.