[Python-checkins] cpython (3.5): asyncio: Remove line about asyncio.timeout() from the NEWS file

yury.selivanov python-checkins at python.org
Wed Jun 8 13:58:41 EDT 2016


https://hg.python.org/cpython/rev/e0cd9effcb85
changeset:   101804:e0cd9effcb85
branch:      3.5
parent:      101802:73a28ad66bd9
user:        Yury Selivanov <yury at magic.io>
date:        Wed Jun 08 13:58:15 2016 -0400
summary:
  asyncio: Remove line about asyncio.timeout() from the NEWS file

files:
  Misc/NEWS |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list