From 07a9fcdc86b740ac5c5108d10418e7668a06e3df Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Wed, 8 Jun 2016 13:58:15 -0400 Subject: asyncio: Remove line about asyncio.timeout() from the NEWS file --- Misc/NEWS | 2 -- 1 file changed, 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 Марк Коренберг. -- cgit v0.12