asyncio: Remove line about asyncio.timeout() from the NEWS file
authorYury Selivanov <yury@magic.io>
Wed, 8 Jun 2016 17:58:15 +0000 (13:58 -0400)
committerYury Selivanov <yury@magic.io>
Wed, 8 Jun 2016 17:58:15 +0000 (13:58 -0400)
Misc/NEWS

index 47633743bdc453dd72eaf736ba879c04f508228e..9cba2fe2cd26812245b9932e152783ba3eaccfe9 100644 (file)
--- 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 Марк Коренберг.