cpython/Lib/test/test_importlib
Brett Cannon 357c9fb055 Rename importlib.util.ModuleManager to module_to_load so that the name
explains better what the context manager is providing.
2013-05-30 17:31:47 -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 Rename importlib.util.ModuleManager to module_to_load so that the name 2013-05-30 17:31:47 -04:00
util.py