cpython/Lib/importlib/test/source
Brett Cannon 2657df4744 Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py.
This introduces a new function, imp.extension_suffixes(), which is
currently undocumented. That is forthcoming once issue #14657 is
resolved and how to expose file suffixes is decided.
2012-05-04 15:20:40 -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 #13959: Re-implement imp.get_suffixes() in Lib/imp.py. 2012-05-04 15:20:40 -04:00
test_file_loader.py Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. 2012-04-25 02:31:37 +02:00
test_finder.py Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. 2012-05-04 15:20:40 -04:00
test_path_hook.py Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. 2012-05-04 15:20:40 -04:00
test_source_encoding.py Issue #14605: Expose importlib.abc.FileLoader and 2012-04-22 19:58:33 -04:00
util.py