mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
asyncio: Fix docs for default event loop (#14308)
When the Windows default event loop changed, `asyncio-policy.rst` was updated but `asyncio-eventloop.rst` was missed.
This commit is contained in:
parent
c8a35417db
commit
9ffca670ed
1 changed files with 1 additions and 1 deletions
|
|
@ -1454,7 +1454,7 @@ asyncio ships with two different event loop implementations:
|
||||||
:class:`SelectorEventLoop` and :class:`ProactorEventLoop`.
|
:class:`SelectorEventLoop` and :class:`ProactorEventLoop`.
|
||||||
|
|
||||||
By default asyncio is configured to use :class:`SelectorEventLoop`
|
By default asyncio is configured to use :class:`SelectorEventLoop`
|
||||||
on all platforms.
|
on Unix and :class:`ProactorEventLoop` on Windows.
|
||||||
|
|
||||||
|
|
||||||
.. class:: SelectorEventLoop
|
.. class:: SelectorEventLoop
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue