]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98040: Remove just the `imp` module (#98573)
authorBarry Warsaw <barry@python.org>
Fri, 28 Apr 2023 23:17:58 +0000 (16:17 -0700)
committerGitHub <noreply@github.com>
Fri, 28 Apr 2023 23:17:58 +0000 (16:17 -0700)
commite1f14643dc0e6024f8df9ae975c3b05912a3cb28
tree00bb66f68cadb9457a2a9486873ecf13be0241d6
parent79b9db9295a5a1607a0b4b10a8b4b72567eaf1ef
gh-98040: Remove just the `imp` module (#98573)
24 files changed:
Doc/c-api/import.rst
Doc/library/functions.rst
Doc/library/imp.rst [deleted file]
Doc/library/superseded.rst
Doc/library/sys.rst
Doc/reference/import.rst
Doc/tools/.nitignore
Doc/whatsnew/3.12.rst
Lib/imp.py [deleted file]
Lib/pkgutil.py
Lib/pydoc.py
Lib/runpy.py
Lib/test/test_imp.py [deleted file]
Lib/test/test_importlib/util.py
Lib/test/test_pkgutil.py
Misc/NEWS.d/next/Library/2022-10-21-17-20-57.gh-issue-98040.3btbmA.rst [new file with mode: 0644]
Modules/_testmultiphase.c
Python/import.c
Python/makeopcodetargets.py
Python/pylifecycle.c
Python/stdlib_module_names.h
Tools/build/generate_stdlib_module_names.py
Tools/c-analyzer/TODO
Tools/importbench/importbench.py