Skip to content

Commit

Permalink
move set_event_loop_policy deprecation notice to asyncio section
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Nov 1, 2023
1 parent c81b51a commit dc257ae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,11 @@ Deprecated
They will be removed in Python 3.15.
(Contributed by Victor Stinner in :gh:`105096`.)

* :mod:`asyncio`:

* :func:`asyncio.set_event_loop_policy` will be removed along with the
rest of the asyncio policy system in Python 3.15 or later.

* Passing more than one positional argument to :func:`sqlite3.connect` and the
:class:`sqlite3.Connection` constructor is deprecated. The remaining
parameters will become keyword-only in Python 3.15.
Expand Down Expand Up @@ -508,9 +513,6 @@ Pending Removal in Python 3.15
All arguments will be removed from :func:`threading.RLock` in Python 3.15.
(Contributed by Nikita Sobolev in :gh:`102029`.)

* :func:`asyncio.set_event_loop_policy` will be removed along with the
rest of the asyncio policy system in Python 3.15 or later.

Pending Removal in Python 3.16
------------------------------

Expand Down

0 comments on commit dc257ae

Please sign in to comment.