cpython/Lib/importlib
Brett Cannon 8e2f5564b3 Issue #15210: If _frozen_importlib is not found in sys.modules by
importlib.__init__, then catch the KeyError raised, not ImportError.
2012-07-02 14:53:10 -04:00
..
test Issue #15210: If _frozen_importlib is not found in sys.modules by 2012-07-02 14:53:10 -04:00
__init__.py Issue #15210: If _frozen_importlib is not found in sys.modules by 2012-07-02 14:53:10 -04:00
_bootstrap.py Fixes issue 15039: namespace packages are no longer imported in preference to modules of the same name. 2012-06-24 19:13:55 -04:00
abc.py Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc 2012-07-02 14:35:34 -04:00
machinery.py Issue #13959: Deprecate imp.get_suffixes() for new attributes on 2012-05-11 12:58:42 -04:00
util.py Add importlib.util.resolve_name(). 2012-05-13 13:45:09 -04:00