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 importlib-utils-docs
  • Loading branch information
AlexWaygood authored May 3, 2023
commit 144162485498875f9d104437808ff826b6f56ee3
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2096,7 +2096,7 @@ Deprecations in the Python API
:meth:`importlib.abc.InspectLoader.exec_module`
:meth:`importlib.abc.SourceLoader.exec_module`) and let the import system
take care of the rest; and
:meth:`importlib.abc.Loader.module_repr`,
:meth:`!importlib.abc.Loader.module_repr`,
:meth:`!importlib.util.module_for_loader`, :meth:`!importlib.util.set_loader`,
and :meth:`!importlib.util.set_package` are no longer needed because their
functions are now handled automatically by the import system.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.