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 d998760 commit dbae390Copy full SHA for dbae390
Doc/library/asyncio-policy.rst
@@ -40,6 +40,10 @@ for the current process:
40
41
Return the current process-wide policy.
42
43
+ .. deprecated:: next
44
+ The :func:`get_event_loop_policy` function is deprecated and
45
+ will be removed in Python 3.16.
46
+
47
.. function:: set_event_loop_policy(policy)
48
49
Set the current process-wide policy to *policy*.
0 commit comments