]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
authorBrett Cannon <brett@python.org>
Fri, 2 Apr 2021 19:35:32 +0000 (12:35 -0700)
committerGitHub <noreply@github.com>
Fri, 2 Apr 2021 19:35:32 +0000 (12:35 -0700)
commitf97dc800689ba98783dac8dc51f87f7c6f413ac6
treee51ae8f2bf8b3f5434ab4d8b37cd0eef87b62c4e
parentad442a674ca443feec43a88a2d3671784712e550
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
13 files changed:
Doc/reference/import.rst
Doc/whatsnew/3.10.rst
Lib/importlib/_bootstrap_external.py
Lib/test/test_importlib/extension/test_loader.py
Lib/test/test_importlib/import_/test_path.py
Lib/test/test_importlib/test_abc.py
Lib/test/test_importlib/test_main.py
Lib/test/test_importlib/test_metadata_api.py
Lib/test/test_importlib/test_path.py
Lib/test/test_importlib/test_reader.py
Lib/test/test_importlib/test_util.py
Misc/NEWS.d/next/Core and Builtins/2021-03-31-09-12-54.bpo-43672.jTT5uG.rst [new file with mode: 0644]
Python/importlib_external.h