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

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


https://hg.python.org/cpython/rev/3636ffddb00c
changeset:   104055:3636ffddb00c
parent:      104053:9790bc211107
parent:      104054:58740ad9e568
user:        Guido van Rossum <guido at python.org>
date:        Sat Sep 24 09:32:10 2016 -0700
summary:
  Remove mention of asyncio.timeout context manager (it was removed) (merge 3.6->3.7)

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