cpython/Lib/importlib/test/source
Brett Cannon 5561982b64 importlib.test.source.test_abc_loader was making a bad assumption that all file
paths used '/' as a path separator.

Fixes issue #5646.
2009-04-02 17:54:43 +00:00
..
__init__.py Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
test_abc_loader.py importlib.test.source.test_abc_loader was making a bad assumption that all file 2009-04-02 17:54:43 +00:00
test_case_sensitivity.py Finish properly hiding importlib implementation code. 2009-03-12 22:47:53 +00:00
test_file_loader.py Finish properly hiding importlib implementation code. 2009-03-12 22:47:53 +00:00
test_finder.py Finish properly hiding importlib implementation code. 2009-03-12 22:47:53 +00:00
test_path_hook.py Finish properly hiding importlib implementation code. 2009-03-12 22:47:53 +00:00
test_source_encoding.py Finish properly hiding importlib implementation code. 2009-03-12 22:47:53 +00:00
util.py Introduce importlib.abc. The module contains various ABCs related to imports 2009-03-09 03:35:50 +00:00