cpython/Lib/test/test_importlib/source
Meador Inge 9ab358ad7c Issue #16826: Don't check for PYTHONCASEOK when using -E.
This commit fixes a regression that sneaked into Python 3.3 where importlib
was not respecting -E when checking for the PYTHONCASEOK environment variable.
2013-09-03 16:53:22 -05:00
..
__init__.py
test_case_sensitivity.py Issue #16826: Don't check for PYTHONCASEOK when using -E. 2013-09-03 16:53:22 -05:00
test_file_loader.py Issue #17177: The imp module is pending deprecation. 2013-06-16 13:13:40 -04:00
test_finder.py Issue #17177: stop using imp in test_importlib 2013-06-15 18:39:21 -04:00
test_path_hook.py Issue #17177: stop using imp in test_importlib 2013-06-15 18:39:21 -04:00
test_source_encoding.py
util.py Issue #17177: stop using imp in test_importlib 2013-06-15 18:39:21 -04:00