[Python-checkins] cpython (3.6): Remove mention of asyncio.timeout context manager (it was removed)

guido.van.rossum python-checkins at python.org
Sat Sep 24 12:31:28 EDT 2016


https://hg.python.org/cpython/rev/58740ad9e568
changeset:   104054:58740ad9e568
branch:      3.6
parent:      104052:a2d93e6bcbcf
user:        Guido van Rossum <guido at python.org>
date:        Sat Sep 24 09:31:23 2016 -0700
summary:
  Remove mention of asyncio.timeout context manager (it was removed)

files:
  Doc/whatsnew/3.6.rst |  4 ----
  1 files changed, 0 insertions(+), 4 deletions(-)


diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -624,10 +624,6 @@
   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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list