]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94619: Remove long deprecated methods module_repr() and load_module() (#94624)
authorBarry Warsaw <barry@python.org>
Fri, 5 Aug 2022 00:24:26 +0000 (17:24 -0700)
committerGitHub <noreply@github.com>
Fri, 5 Aug 2022 00:24:26 +0000 (17:24 -0700)
commite1182bc3776ea7cfdd3f82d5ba4fdfee40ae57ee
treea83cbfa65f28dd2de5cefdabecd7daa925152f28
parent44f1f63ad5cf00b6f50cef0cc1a62c42632138be
gh-94619: Remove long deprecated methods module_repr() and load_module() (#94624)

* gh-94619: Remove long deprecated methods module_repr() and load_module()

Closes #94619

* Update Misc/NEWS.d/next/Library/2022-07-06-14-57-33.gh-issue-94619.PRqKVX.rst

Fix typo

Co-authored-by: Brett Cannon <brett@python.org>
Co-authored-by: Brett Cannon <brett@python.org>
12 files changed:
Doc/library/importlib.rst
Doc/reference/import.rst
Lib/importlib/_abc.py
Lib/importlib/_bootstrap.py
Lib/importlib/_bootstrap_external.py
Lib/test/test_importlib/frozen/test_loader.py
Lib/test/test_importlib/source/test_file_loader.py
Lib/test/test_importlib/test_abc.py
Lib/test/test_importlib/test_namespace_pkgs.py
Lib/test/test_importlib/test_spec.py
Lib/test/test_module.py
Misc/NEWS.d/next/Library/2022-07-06-14-57-33.gh-issue-94619.PRqKVX.rst [new file with mode: 0644]