We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
importlib.util.set_loader
importlib.util.module_for_loader
1 parent dd32611 commit 013a99aCopy full SHA for 013a99a
Doc/whatsnew/3.12.rst
@@ -1312,8 +1312,9 @@ Removed
1312
* References to, and support for :meth:`!module_repr()` has been removed.
1313
(Contributed by Barry Warsaw in :gh:`97850`.)
1314
1315
- * ``importlib.util.set_package`` has been removed. (Contributed by Brett
1316
- Cannon in :gh:`65961`.)
+ * ``importlib.util.set_package``, ``importlib.util.set_loader`` and
+ ``importlib.util.module_for_loader`` have all been removed. (Contributed by
1317
+ Brett Cannon and Nikita Sobolev in :gh:`65961` and :gh:`97850`.)
1318
1319
* Support for ``find_loader()`` and ``find_module()`` APIs have been
1320
removed. (Contributed by Barry Warsaw in :gh:`98040`.)
0 commit comments