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 cfa74fc commit 33a2d64Copy full SHA for 33a2d64
Doc/library/asyncio-runner.rst
@@ -77,8 +77,10 @@ Running an asyncio Program
77
*coro* can be any awaitable object.
78
79
.. note::
80
- asyncio policy system is deprecated and will be removed in Python 3.16
81
- as such in future *loop_factory* must be used to configure the event loop.
+
+ The :mod:`!asyncio` policy system is deprecated and will be removed
82
+ in Python 3.16; from there on, an explicit *loop_factory* is needed
83
+ to configure the event loop.
84
85
86
Runner context manager
0 commit comments