cpython/Lib/test/test_importlib/import_
Serhiy Storchaka 28343e3392 [3.6] bpo-30876: Relative import from unloaded package now reimports the package (GH-2639) (#2676)
instead of failing with SystemError.

Relative import from non-package now fails with ImportError rather than
SystemError.
(cherry picked from commit 8a9cd20edc)
2017-07-16 07:44:25 +03:00
..
__init__.py Issue #22002: Make full use of test discovery in test sub-packages. 2014-07-23 12:00:29 -05:00
__main__.py Issue #22002: Make full use of test discovery in test sub-packages. 2014-07-23 12:00:29 -05:00
test___loader__.py Issue #23014: Make importlib.abc.Loader.create_module() required when 2015-01-09 11:39:21 -05:00
test___package__.py [3.6] bpo-30876: Relative import from unloaded package now reimports the package (GH-2639) (#2676) 2017-07-16 07:44:25 +03:00
test_api.py Issue #15767: Use ModuleNotFoundError. 2016-09-07 16:56:15 -07:00
test_caching.py
test_fromlist.py Issue #15767: Use ModuleNotFoundError. 2016-09-07 16:56:15 -07:00
test_meta_path.py Issue #26896: Disambiguate uses of "importer" with "finder". 2016-07-08 11:00:00 -07:00
test_packages.py Issue #23277: Remove unused imports in tests. 2016-04-24 21:41:02 +03:00
test_path.py Issue #21099: Switch applicable importlib tests to use PEP 451 API. 2016-05-10 16:21:03 -06:00
test_relative_imports.py Issue #23277: Remove unused sys and os imports 2016-04-24 07:31:42 +03:00