cpython/Lib/importlib
Brett Cannon 98979b85e7 Issue #15166: Re-implement imp.get_tag() using sys.implementation.
Also eliminates some C code in Python/import.c as well.

Patch by Eric Snow with verification by comparing against another
patch from Jeff Knupp.
2012-07-02 15:13:11 -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 Issue #15166: Re-implement imp.get_tag() using sys.implementation. 2012-07-02 15:13:11 -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