mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Merge 3.4->default: asyncio docs: ProactorEventLoop does not support SSL.
This commit is contained in:
commit
a4790965f4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue