mirror of
https://github.com/python/cpython.git
synced 2025-09-19 15:10:58 +00:00
gh-97850: Note in py312 whatsnew that importlib.util.set_loader
and importlib.util.module_for_loader
have been removed (#108719)
Note in py312 whatsnew that `importlib.util.set_loader` and `importlib.util.module_for_loader` have been removed
This commit is contained in:
parent
dd32611f4f
commit
013a99a47b
1 changed files with 3 additions and 2 deletions
|
@ -1312,8 +1312,9 @@ Removed
|
||||||
* References to, and support for :meth:`!module_repr()` has been removed.
|
* References to, and support for :meth:`!module_repr()` has been removed.
|
||||||
(Contributed by Barry Warsaw in :gh:`97850`.)
|
(Contributed by Barry Warsaw in :gh:`97850`.)
|
||||||
|
|
||||||
* ``importlib.util.set_package`` has been removed. (Contributed by Brett
|
* ``importlib.util.set_package``, ``importlib.util.set_loader`` and
|
||||||
Cannon in :gh:`65961`.)
|
``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
|
* Support for ``find_loader()`` and ``find_module()`` APIs have been
|
||||||
removed. (Contributed by Barry Warsaw in :gh:`98040`.)
|
removed. (Contributed by Barry Warsaw in :gh:`98040`.)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue