cpython/Lib/importlib
Brett Cannon f4dc9204cc Issue #15502: Finish bringing importlib.abc in line with the current
state of the import system. Also make importlib.invalidate_caches()
work with sys.meta_path instead of sys.path_importer_cache to
completely separate the path-based import system from the overall
import system.

Patch by Eric Snow.
2012-08-10 12:21:12 -04:00
..
__init__.py Issue #15502: Finish bringing importlib.abc in line with the current 2012-08-10 12:21:12 -04:00
_bootstrap.py Issue #15502: Finish bringing importlib.abc in line with the current 2012-08-10 12:21:12 -04:00
abc.py Issue #15502: Finish bringing importlib.abc in line with the current 2012-08-10 12:21:12 -04:00
machinery.py Close #15519: Properly expose WindowsRegistryFinder in importlib and bring the name into line with normal import terminology. Original patch by Eric Snow 2012-08-02 21:45:24 +10:00
util.py Add importlib.util.resolve_name(). 2012-05-13 13:45:09 -04:00