Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into deprecate-pkgutil-get-find-loader
  • Loading branch information
brettcannon authored Jan 21, 2023
commit 4222f23f469455919ba394ee7ff94e94ae0b9e61
6 changes: 6 additions & 0 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,12 @@ Deprecated
use :func:`importlib.util.find_spec` instead.
Comment thread
sobolevn marked this conversation as resolved.
Outdated
(Contributed by Nikita Sobolev in :gh:`97850`.)

* The :meth:`~asyncio.DefaultEventLoopPolicy.get_event_loop` method of the
default event loop policy now emits a :exc:`DeprecationWarning` if there
is no current event loop set and it decides to create one.
(Contributed by Serhiy Storchaka and Guido van Rossum in :gh:`100160`.)



Pending Removal in Python 3.13
------------------------------
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.