mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove mention of asyncio.timeout context manager (it was removed) (merge 3.6->3.7)
This commit is contained in:
commit
b5a744a99e
1 changed files with 0 additions and 4 deletions
|
@ -625,10 +625,6 @@ Notable changes in the :mod:`asyncio` module since Python 3.5.0:
|
||||||
method to get the current exception handler.
|
method to get the current exception handler.
|
||||||
(Contributed by Yury Selivanov.)
|
(Contributed by Yury Selivanov.)
|
||||||
|
|
||||||
* New :func:`~asyncio.timeout` context manager to simplify timeouts
|
|
||||||
handling code.
|
|
||||||
(Contributed by Andrew Svetlov.)
|
|
||||||
|
|
||||||
* New :meth:`StreamReader.readuntil() <asyncio.StreamReader.readuntil>`
|
* New :meth:`StreamReader.readuntil() <asyncio.StreamReader.readuntil>`
|
||||||
method to read data from the stream until a separator bytes
|
method to read data from the stream until a separator bytes
|
||||||
sequence appears.
|
sequence appears.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue