cpython/Lib/importlib/test/source
Brett Cannon 938d44d59c Issue #14605: Expose importlib.abc.FileLoader and
importlib.machinery.(FileFinder, SourceFileLoader,
_SourcelessFileLoader, ExtensionFileLoader).

This exposes all of importlib's mechanisms that will become public on
the sys module.
2012-04-22 19:58:33 -04:00
..
__init__.py
test_abc_loader.py Have importlib take advantage of ImportError's new 'name' and 'path' 2012-04-12 21:09:01 -04:00
test_case_sensitivity.py Issue #14605: Expose importlib.abc.FileLoader and 2012-04-22 19:58:33 -04:00
test_file_loader.py Issue #14605: Expose importlib.abc.FileLoader and 2012-04-22 19:58:33 -04:00
test_finder.py Issue #14605: Expose importlib.abc.FileLoader and 2012-04-22 19:58:33 -04:00
test_path_hook.py Issue #14605: Expose importlib.abc.FileLoader and 2012-04-22 19:58:33 -04:00
test_source_encoding.py Issue #14605: Expose importlib.abc.FileLoader and 2012-04-22 19:58:33 -04:00
util.py PEP 3147 2010-04-17 00:19:56 +00:00