]> granicus.if.org Git - python/commitdiff
Remove mention of asyncio.timeout context manager (it was removed)
authorGuido van Rossum <guido@python.org>
Sat, 24 Sep 2016 16:31:23 +0000 (09:31 -0700)
committerGuido van Rossum <guido@python.org>
Sat, 24 Sep 2016 16:31:23 +0000 (09:31 -0700)
Doc/whatsnew/3.6.rst

index b3f797f06f3895b8892141b00c9029d195dfa3ef..0d848a8de37e6c876969830c76225febe0f28248 100644 (file)
@@ -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.