Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 013a99a

Browse filesBrowse 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
Copy full SHA for 013a99a

File tree

1 file changed

+3
-2
lines changed
Filter options

1 file changed

+3
-2
lines changed

‎Doc/whatsnew/3.12.rst

Copy file name to clipboardExpand all lines: Doc/whatsnew/3.12.rst
+3-2Lines changed: 3 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.