cpython/Lib/test/test_importlib/extension
Meador Inge d151da9ef7 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:37:26 -05:00
..
__init__.py
test_case_sensitivity.py Issue #16826: Don't check for PYTHONCASEOK when using -E. 2013-09-03 16:37:26 -05:00
test_finder.py
test_loader.py
test_path_hook.py
util.py