cpython/Lib/test/test_importlib
Brett Cannon 3fe35e6503 Issue #18193: Add importlib.reload(), documenting (but not
implementing in code) the deprecation of imp.reload().

Thanks to Berker Peksag for the patch.
2013-06-14 15:04:26 -04:00
..
builtin
extension
frozen Issue #18065: For frozen packages set __path__ to []. 2013-05-31 23:18:39 -04:00
import_ Issue #15767: Add an explicit test for raising ModuleNotFoundError 2013-06-12 23:38:50 -04:00
source Issues #18088, 18089: Introduce 2013-05-31 18:56:47 -04:00
__init__.py
__main__.py
abc.py
regrtest.py
test_abc.py Issues #18088, 18089: Introduce 2013-05-31 18:56:47 -04:00
test_api.py Issue #18193: Add importlib.reload(), documenting (but not 2013-06-14 15:04:26 -04:00
test_locks.py
test_util.py Issues #18088, 18089: Introduce 2013-05-31 18:56:47 -04:00
util.py