summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2014-05-05 14:34:56 (GMT)
committerGuido van Rossum <guido@python.org>2014-05-05 14:34:56 (GMT)
commit5280d2e399faeeb70d9738b83d406dc1cb361663 (patch)
tree342b0376227aa50144de70629222cbfc2783eeee /Doc/library
parent9147a9697ac60a9fff739394056992a61d207a16 (diff)
downloadcpython-5280d2e399faeeb70d9738b83d406dc1cb361663.zip
cpython-5280d2e399faeeb70d9738b83d406dc1cb361663.tar.gz
cpython-5280d2e399faeeb70d9738b83d406dc1cb361663.tar.bz2
asyncio docs: ProactorEventLoop does not support SSL.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/asyncio-subprocess.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-subprocess.rst b/Doc/library/asyncio-subprocess.rst
index b387543..5b4ede6 100644
--- a/Doc/library/asyncio-subprocess.rst
+++ b/Doc/library/asyncio-subprocess.rst
@@ -8,7 +8,7 @@ Operating system support
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