Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5280d2e

Browse files
committed
asyncio docs: ProactorEventLoop does not support SSL.
1 parent 9147a96 commit 5280d2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/asyncio-subprocess.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Operating system support
88

99
On Windows, the default event loop uses :class:`selectors.SelectSelector`
1010
which only supports sockets. The :class:`ProactorEventLoop` should be used to
11-
support subprocesses.
11+
support subprocesses. However, the latter does not support SSL.
1212

1313
On Mac OS X older than 10.9 (Mavericks), :class:`selectors.KqueueSelector`
1414
does not support character devices like PTY, whereas it is used by the

0 commit comments

Comments
 (0)