Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit013a99a

Browse files
authored
gh-97850: Note in py312 whatsnew thatimportlib.util.set_loader andimportlib.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 parentdd32611 commit013a99a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎Doc/whatsnew/3.12.rst

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp