From: Guido van Rossum Date: Sat, 24 Sep 2016 16:31:23 +0000 (-0700) Subject: Remove mention of asyncio.timeout context manager (it was removed) X-Git-Tag: v3.6.0b2~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a653196585363955092e7af6b80483672ccfe581;p=python Remove mention of asyncio.timeout context manager (it was removed) --- diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index b3f797f06f..0d848a8de3 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -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() ` method to read data from the stream until a separator bytes sequence appears.