cpython/Lib/test/test_importlib
Eric Snow 34c63b86d3
gh-104310: Rename the New Function in importlib.util (gh-105255)
The original name wasn't as clear as it could have been. This change includes the following:

* rename the function
* change the default value for "disable_check" to False
* add clues to the docstring that folks should probably not use the function

---------

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
2023-06-08 18:19:58 +00:00
..
builtin gh-105407: Remove unused imports in tests (#105408) 2023-06-06 22:50:43 +02:00
data
extension gh-105407: Remove unused imports in tests (#105408) 2023-06-06 22:50:43 +02:00
frozen gh-105407: Remove unused imports in tests (#105408) 2023-06-06 22:50:43 +02:00
import_ gh-105407: Remove unused imports in tests (#105408) 2023-06-06 22:50:43 +02:00
namespace_pkgs
partial
resources
source gh-105407: Remove unused imports in tests (#105408) 2023-06-06 22:50:43 +02:00
__init__.py
__main__.py
_context.py
_path.py
abc.py
fixtures.py
stubs.py
test_abc.py
test_api.py gh-105407: Remove unused imports in tests (#105408) 2023-06-06 22:50:43 +02:00
test_lazy.py
test_locks.py
test_main.py gh-105407: Remove unused imports in tests (#105408) 2023-06-06 22:50:43 +02:00
test_metadata_api.py
test_namespace_pkgs.py gh-105407: Remove unused imports in tests (#105408) 2023-06-06 22:50:43 +02:00
test_pkg_import.py
test_spec.py
test_threaded_import.py gh-105407: Remove unused imports in tests (#105408) 2023-06-06 22:50:43 +02:00
test_util.py gh-104310: Rename the New Function in importlib.util (gh-105255) 2023-06-08 18:19:58 +00:00
test_windows.py gh-105407: Remove unused imports in tests (#105408) 2023-06-06 22:50:43 +02:00
test_zip.py
threaded_import_hangers.py
util.py