summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-06-08 17:58:15 (GMT)
committerYury Selivanov <yury@magic.io>2016-06-08 17:58:15 (GMT)
commit07a9fcdc86b740ac5c5108d10418e7668a06e3df (patch)
tree3e9e6b9eb80b5f122f9ce6bfec01dbba3d23ba6b /Misc/NEWS
parentc1cf296de6d2dc18c6d692c9eb0e5c5c278fb938 (diff)
downloadcpython-07a9fcdc86b740ac5c5108d10418e7668a06e3df.zip
cpython-07a9fcdc86b740ac5c5108d10418e7668a06e3df.tar.gz
cpython-07a9fcdc86b740ac5c5108d10418e7668a06e3df.tar.bz2
asyncio: Remove line about asyncio.timeout() from the NEWS file
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 0 insertions, 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 Марк Коренберг.