Skip to content

Commit 33a2d64

Browse files
Update Doc/library/asyncio-runner.rst
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent cfa74fc commit 33a2d64

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Doc/library/asyncio-runner.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,10 @@ Running an asyncio Program
7777
*coro* can be any awaitable object.
7878

7979
.. 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.
80+
81+
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.
8284

8385

8486
Runner context manager

0 commit comments

Comments
 (0)