cpython/Lib/test/test_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
..
builtin Closes #22002: Merge with 3.4 2014-07-23 12:06:47 -05:00
extension Closes #22002: Merge with 3.4 2014-07-23 12:06:47 -05:00
frozen Closes #22002: Merge with 3.4 2014-07-23 12:06:47 -05:00
import_ Issue #22834: Drop a redundant comment and use errno instead of an 2015-02-27 12:13:35 -05:00
namespace_pkgs
source Closes #22002: Merge with 3.4 2014-07-23 12:06:47 -05:00
__init__.py
__main__.py
abc.py
regrtest.py
test_abc.py
test_api.py
test_lazy.py
test_locks.py
test_namespace_pkgs.py
test_spec.py Issue #23014: Make importlib.abc.Loader.create_module() required when 2015-01-09 11:39:21 -05:00
test_util.py Issue #23731: Implement PEP 488. 2015-04-13 14:21:02 -04:00
test_windows.py #22980 Adds platform and version tags to .pyd files 2014-12-15 20:45:23 -08:00
util.py