[Python-checkins] cpython (merge 3.4 -> default): Merge 3.4->default: asyncio docs: ProactorEventLoop does not support SSL.

guido.van.rossum python-checkins at python.org
Mon May 5 16:35:36 CEST 2014


http://hg.python.org/cpython/rev/5d0783376c88
changeset:   90562:5d0783376c88
parent:      90560:3aa5fae8c313
parent:      90561:048381e58162
user:        Guido van Rossum <guido at python.org>
date:        Mon May 05 07:35:29 2014 -0700
summary:
  Merge 3.4->default: asyncio docs: ProactorEventLoop does not support SSL.

files:
  Doc/library/asyncio-subprocess.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/asyncio-subprocess.rst b/Doc/library/asyncio-subprocess.rst
--- a/Doc/library/asyncio-subprocess.rst
+++ b/Doc/library/asyncio-subprocess.rst
@@ -8,7 +8,7 @@
 
 On Windows, the default event loop uses :class:`selectors.SelectSelector`
 which only supports sockets. The :class:`ProactorEventLoop` should be used to
-support subprocesses.
+support subprocesses. However, the latter does not support SSL.
 
 On Mac OS X older than 10.9 (Mavericks), :class:`selectors.KqueueSelector`
 does not support character devices like PTY, whereas it is used by the

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


More information about the Python-checkins mailing list