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 issue-92248
  • Loading branch information
hugovk authored May 5, 2023
commit f95263fcb5ca87082db23e4e3673eb8de1768db0
4 changes: 4 additions & 0 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,10 @@ Pending Removal in Python 3.14
and will be removed in 3.14.
(Contributed by Nikita Sobolev in :gh:`92248`.)

* :func:`pkgutil.find_loader` and :func:`pkgutil.get_loader`
now raise :exc:`DeprecationWarning`;
use :func:`importlib.util.find_spec` instead.
(Contributed by Nikita Sobolev in :gh:`97850`.)

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