cpython/Lib/importlib
Brett Cannon f299abdafa Issue #23731: Implement PEP 488.
The concept of .pyo files no longer exists. Now .pyc files have an
optional `opt-` tag which specifies if any extra optimizations beyond
the peepholer were applied.
2015-04-13 14:21:02 -04:00
..
__init__.py Issue #19720: Suppressed context for some exceptions in importlib. 2014-11-21 20:33:57 +02:00
_bootstrap.py Issue #23731: Implement PEP 488. 2015-04-13 14:21:02 -04:00
abc.py Issue #23014: Make importlib.abc.Loader.create_module() required when 2015-01-09 11:39:21 -05:00
machinery.py Implement PEP 451 (ModuleSpec). 2013-11-22 09:05:39 -07:00
util.py Issue #19720: Suppressed context for some exceptions in importlib. 2014-11-21 20:33:57 +02:00