cpython/Lib/test/test_importlib
Brett Cannon 3dc48d6f69 Issue #18070: importlib.util.module_for_loader() now sets __loader__
and __package__ unconditionally in order to do the right thing for
reloading.
2013-05-28 18:35:54 -04:00
..
builtin
extension
frozen
import_
source Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return 2013-04-09 16:59:39 -04:00
__init__.py
__main__.py
abc.py
regrtest.py
test_abc.py Issue #18072: Implement get_code() for importlib.abc.InspectLoader and 2013-05-27 21:11:04 -04:00
test_api.py #17115,17116: Have modules initialize the __package__ and __loader__ 2013-05-04 13:56:58 -04:00
test_locks.py
test_util.py Issue #18070: importlib.util.module_for_loader() now sets __loader__ 2013-05-28 18:35:54 -04:00
util.py