cpython/Lib/test/test_importlib/import_
Brett Cannon c206e53bb7
gh-65961: Raise DeprecationWarning when __package__ differs from __spec__.parent (#97879)
Also remove `importlib.util.set_package()` which was already slated for removal.

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
2022-10-05 15:00:45 -07:00
..
__init__.py
__main__.py
test___loader__.py
test___package__.py gh-65961: Raise DeprecationWarning when __package__ differs from __spec__.parent (#97879) 2022-10-05 15:00:45 -07:00
test_api.py
test_caching.py
test_fromlist.py
test_meta_path.py
test_packages.py
test_path.py
test_relative_imports.py