Kaydet (Commit) 5280d2e3 authored tarafından Guido van Rossum's avatar Guido van Rossum

asyncio docs: ProactorEventLoop does not support SSL.

üst 9147a969
...@@ -8,7 +8,7 @@ Operating system support ...@@ -8,7 +8,7 @@ Operating system support
On Windows, the default event loop uses :class:`selectors.SelectSelector` On Windows, the default event loop uses :class:`selectors.SelectSelector`
which only supports sockets. The :class:`ProactorEventLoop` should be used to 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` 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 does not support character devices like PTY, whereas it is used by the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment