asyncio: Remove line about asyncio.timeout() from the NEWS file

This commit is contained in:
Yury Selivanov 2016-06-08 13:58:15 -04:00
parent c1cf296de6
commit 07a9fcdc86
1 changed files with 0 additions and 2 deletions

View File

@ -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 Марк Коренберг.