summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-06-08 13:58:15 -0400
committerYury Selivanov <yury@magic.io>2016-06-08 13:58:15 -0400
commit2777073b19fbf61a78cc57bec0017db0f371e43b (patch)
tree5fc8c05ad36d53d67692e0d3084e4324e1307ad8
parente4502c9fc0ed27304466f421455805f507928cb0 (diff)
downloadcpython-2777073b19fbf61a78cc57bec0017db0f371e43b.tar.gz
asyncio: Remove line about asyncio.timeout() from the NEWS file
-rw-r--r--Misc/NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 47633743bd..9cba2fe2cd 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 Марк Коренберг.