Skip to content

Commit 013a99a

Browse files
authored
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
1 parent dd32611 commit 013a99a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/whatsnew/3.12.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -1312,8 +1312,9 @@ Removed
13121312
* References to, and support for :meth:`!module_repr()` has been removed.
13131313
(Contributed by Barry Warsaw in :gh:`97850`.)
13141314

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

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

0 commit comments

Comments
 (0)