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

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


http://hg.python.org/cpython/rev/048381e58162
changeset:   90561:048381e58162
branch:      3.4
parent:      90559:4f26430b03fd
user:        Guido van Rossum <guido at python.org>
date:        Mon May 05 07:34:56 2014 -0700
summary:
  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