summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2022-10-07 00:57:10 (GMT)
committerGitHub <noreply@github.com>2022-10-07 00:57:10 (GMT)
commit27025e158c70331d0a8fb42fe234a2a6770850d1 (patch)
tree7a65a7e92f1db72ce3d942f32af13dfe40ed2462 /Misc/NEWS.d
parent4875433682ffec2694647ac43f1b21f5ad73fd25 (diff)
downloadcpython-27025e158c70331d0a8fb42fe234a2a6770850d1.zip
cpython-27025e158c70331d0a8fb42fe234a2a6770850d1.tar.gz
cpython-27025e158c70331d0a8fb42fe234a2a6770850d1.tar.bz2
gh-97850: Remove deprecated functions from `importlib.utils` (#97898)
* gh-97850: Remove deprecated functions from `importlib.utils` * Rebase and remove `set_package` from diff
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2022-10-05-11-40-02.gh-issue-97850.NzdREm.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-10-05-11-40-02.gh-issue-97850.NzdREm.rst b/Misc/NEWS.d/next/Library/2022-10-05-11-40-02.gh-issue-97850.NzdREm.rst
new file mode 100644
index 0000000..5e759bc
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-10-05-11-40-02.gh-issue-97850.NzdREm.rst
@@ -0,0 +1,2 @@
+Remove deprecated :func:`importlib.utils.set_loader` and
+:func:`importlib.utils.module_for_loader` from :mod:`importlib.utils`.