From: Yury Selivanov Date: Wed, 8 Jun 2016 17:58:15 +0000 (-0400) Subject: asyncio: Remove line about asyncio.timeout() from the NEWS file X-Git-Tag: v3.5.2rc1~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07a9fcdc86b740ac5c5108d10418e7668a06e3df;p=thirdparty%2FPython%2Fcpython.git asyncio: Remove line about asyncio.timeout() from the NEWS file --- diff --git a/Misc/NEWS b/Misc/NEWS index 47633743bdc4..9cba2fe2cd26 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 Марк Коренберг.