diff options
author | Yury Selivanov <yury@magic.io> | 2016-06-08 17:58:15 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-06-08 17:58:15 (GMT) |
commit | 07a9fcdc86b740ac5c5108d10418e7668a06e3df (patch) | |
tree | 3e9e6b9eb80b5f122f9ce6bfec01dbba3d23ba6b /Misc/NEWS | |
parent | c1cf296de6d2dc18c6d692c9eb0e5c5c278fb938 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 Марк Коренберг. |