cpython/Lib/test/test_importlib/import_
Brett Cannon 63b8505281 Issue #25791: Raise an ImportWarning when __spec__ or __package__ are
not defined for a relative import.

This is the start of work to try and clean up import semantics to rely
more on a module's spec than on the myriad attributes that get set on
a module. Thanks to Rose Ames for the patch.
2016-01-15 13:33:03 -08:00
..
__init__.py
__main__.py
test___loader__.py
test___package__.py Issue #25791: Raise an ImportWarning when __spec__ or __package__ are 2016-01-15 13:33:03 -08:00
test_api.py
test_caching.py
test_fromlist.py
test_meta_path.py
test_packages.py
test_path.py Issue #25595: Fixed test_deleted_cwd in test_importlib on AIX. 2015-11-11 08:26:59 +02:00
test_relative_imports.py