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
_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
util.py