]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97850: Remove deprecated functions from `importlib.utils` (#97898)
authorNikita Sobolev <mail@sobolevn.me>
Fri, 7 Oct 2022 00:57:10 +0000 (03:57 +0300)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2022 00:57:10 +0000 (17:57 -0700)
commit27025e158c70331d0a8fb42fe234a2a6770850d1
tree7a65a7e92f1db72ce3d942f32af13dfe40ed2462
parent4875433682ffec2694647ac43f1b21f5ad73fd25
gh-97850: Remove deprecated functions from `importlib.utils` (#97898)

* gh-97850: Remove deprecated functions from `importlib.utils`

* Rebase and remove `set_package` from diff
Doc/library/importlib.rst
Lib/importlib/util.py
Lib/test/test_importlib/test_abc.py
Lib/test/test_importlib/test_spec.py
Lib/test/test_importlib/test_util.py
Misc/NEWS.d/next/Library/2022-10-05-11-40-02.gh-issue-97850.NzdREm.rst [new file with mode: 0644]