diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 7e4912d2416..6ef98500a1b 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -625,10 +625,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() ` method to read data from the stream until a separator bytes sequence appears.