Commit a6531965 authored by Guido van Rossum's avatar Guido van Rossum

Remove mention of asyncio.timeout context manager (it was removed)

parent 6997946e
......@@ -624,10 +624,6 @@ Notable changes in the :mod:`asyncio` module since Python 3.5.0:
method to get the current exception handler.
(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>`
method to read data from the stream until a separator bytes
sequence appears.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment