We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a26de commit 2834fdcCopy full SHA for 2834fdc
Doc/library/asyncio-policy.rst
@@ -113,9 +113,9 @@ asyncio ships with the following built-in policies:
113
On Windows, :class:`ProactorEventLoop` is now used by default.
114
115
.. note::
116
- In Python versions 3.10.9, 3.11.1 and 3.12 this function emits a
117
- :exc:`DeprecationWarning` if there is no running event loop and no
118
- current loop is set.
+ In Python versions 3.10.9, 3.11.1 and 3.12 the :meth:`get_event_loop`
+ method of the default asyncio policy emits a :exc:`DeprecationWarning`
+ if there is no running event loop and no current loop is set.
119
In some future Python release this will become an error.
120
121
0 commit comments