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

Skip to content

Commit a479096

Browse files
committed
Merge 3.4->default: asyncio docs: ProactorEventLoop does not support SSL.
2 parents f19a400 + 5280d2e commit a479096

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)