We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a3541 commit 9ffca67Copy full SHA for 9ffca67
1 file changed
Doc/library/asyncio-eventloop.rst
@@ -1454,7 +1454,7 @@ asyncio ships with two different event loop implementations:
1454
:class:`SelectorEventLoop` and :class:`ProactorEventLoop`.
1455
1456
By default asyncio is configured to use :class:`SelectorEventLoop`
1457
-on all platforms.
+on Unix and :class:`ProactorEventLoop` on Windows.
1458
1459
1460
.. class:: SelectorEventLoop
0 commit comments