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
sobolevn authored Apr 11, 2023
commit e94a6f35cb6b6677e61b776156559e73e8c33b13
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ 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
* The :meth:`~asyncio.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`.)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.