8000 update set_event_loop_policy docs · python/cpython@b8256f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit b8256f7

Browse files
committed
update set_event_loop_policy docs
1 parent a1fa657 commit b8256f7
8000

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/asyncio-policy.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
Policies
88
========
99

10+
The policy system is deprecated as of Python 3.13 and will
11+
be removed in Python 3.15.
1012
An event loop policy is a global object
1113
used to get and set the current :ref:`event loop <asyncio-event-loop>`,
1214
as well as create new event loops.
@@ -46,6 +48,8 @@ for the current process:
4648

4749
If *policy* is set to ``None``, the default policy is restored.
4850

51+
.. deprecated-removed:: 3.13 3.15
52+
4953

5054
.. _asyncio-policy-objects:
5155

0 commit comments

Comments
 (0)
0