commit | f4dc9204cc406ab41c2d643c1a64375a6a2954e5 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Fri Aug 10 12:21:12 2012 -0400 |
committer | Brett Cannon <brett@python.org> | Fri Aug 10 12:21:12 2012 -0400 |
tree | c0cf92198b707bac6a68b801305ad86b24eb814f | |
parent | 2d6266d5f148549979df024459e29b73307b86c4 [diff] |
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.