]> granicus.if.org Git - python/commitdiff
asyncio docs: ProactorEventLoop does not support SSL.
authorGuido van Rossum <guido@python.org>
Mon, 5 May 2014 14:34:56 +0000 (07:34 -0700)
committerGuido van Rossum <guido@python.org>
Mon, 5 May 2014 14:34:56 +0000 (07:34 -0700)
Doc/library/asyncio-subprocess.rst

index b387543176cceeedc508931c1a5a66359d06bb21..5b4ede61f60884d43526cabfe28484cd2a72ccdb 100644 (file)
@@ -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