]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42134: Raise ImportWarning when calling find_module() in the import system (GH...
authorBrett Cannon <brett@python.org>
Tue, 30 Mar 2021 15:43:03 +0000 (08:43 -0700)
committerGitHub <noreply@github.com>
Tue, 30 Mar 2021 15:43:03 +0000 (08:43 -0700)
commita7ff6df60c05e1b69fca743573b1e118bebf121d
tree7dae896ba674245645b5ca46c02cc387a43d35a0
parentcf35e05f89bb008d6f4553f9875e0fe87fc02406
bpo-42134: Raise ImportWarning when calling find_module() in the import system (GH-25044)
Doc/reference/import.rst
Doc/whatsnew/3.10.rst
Lib/importlib/_bootstrap.py
Lib/importlib/_bootstrap_external.py
Lib/test/test_importlib/import_/test_path.py
Lib/test/test_importlib/test_api.py
Misc/NEWS.d/next/Core and Builtins/2021-03-26-17-30-19.bpo-42134.G4Sjxg.rst [new file with mode: 0644]
Python/importlib.h
Python/importlib_external.h