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

This commit is contained in:
Guido van Rossum 2016-09-24 09:31:23 -07:00
parent 6997946ec4
commit a653196585
1 changed files with 0 additions and 4 deletions

View File

@ -624,10 +624,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.