cpython/Lib/importlib
Brett Cannon 91900eaf96 Have importlib.test.regrtest clear sys.path_importer_cache to make
sure finders from importlib are used instead of _frozen_importlib.
2012-04-20 12:51:44 -04:00
..
test Have importlib.test.regrtest clear sys.path_importer_cache to make 2012-04-20 12:51:44 -04:00
__init__.py Update importlib.invalidate_caches() to be more general. 2012-02-27 18:15:42 -05:00
_bootstrap.py don't bother keeping a set we'll never use 2012-04-18 15:25:50 -04:00
abc.py Have importlib take advantage of ImportError's new 'name' and 'path' 2012-04-12 21:09:01 -04:00
machinery.py
util.py PEP 3147 2010-04-17 00:19:56 +00:00