Skip to content

Commit

Permalink
pythongh-97850: Note in py312 whatsnew that `importlib.util.set_loade…
Browse files Browse the repository at this point in the history
…r` and `importlib.util.module_for_loader` have been removed (pythonGH-108719)

Note in py312 whatsnew that `importlib.util.set_loader` and `importlib.util.module_for_loader` have been removed
(cherry picked from commit 013a99a)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
AlexWaygood authored and miss-islington committed Aug 31, 2023
1 parent bc42d6c commit e9da6ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1312,8 +1312,9 @@ Removed
* References to, and support for :meth:`!module_repr()` has been removed.
(Contributed by Barry Warsaw in :gh:`97850`.)

* ``importlib.util.set_package`` has been removed. (Contributed by Brett
Cannon in :gh:`65961`.)
* ``importlib.util.set_package``, ``importlib.util.set_loader`` and
``importlib.util.module_for_loader`` have all been removed. (Contributed by
Brett Cannon and Nikita Sobolev in :gh:`65961` and :gh:`97850`.)

* Support for ``find_loader()`` and ``find_module()`` APIs have been
removed. (Contributed by Barry Warsaw in :gh:`98040`.)
Expand Down

0 comments on commit e9da6ca

Please sign in to comment.