cpython/Lib/test/test_importlib
Brett Cannon a3687f0d68 Introduce importlib.util.ModuleManager which is a context manager to
handle providing (and cleaning up if needed) the module to be loaded.

A future commit will use the context manager in
Lib/importlib/_bootstrap.py and thus why the code is placed there
instead of in Lib/importlib/util.py.
2013-05-28 17:29:34 -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 Introduce importlib.util.ModuleManager which is a context manager to 2013-05-28 17:29:34 -04:00
util.py