cpython/Lib/test/test_importlib/source
Brett Cannon a47a7a5bf8 Issue #27083: Respect the PYTHONCASEOK environment variable under
Windows.

Originally only b'PYTHONCASEOK' was being checked for in os.environ,
but that won't work under Windows where all environment variables are
strings (on OS X they are bytes).

Thanks to Eryk Sun for the bug report.
2016-07-15 11:54:38 -07:00
..
__init__.py
__main__.py
test_case_sensitivity.py Issue #27083: Respect the PYTHONCASEOK environment variable under 2016-07-15 11:54:38 -07:00
test_file_loader.py
test_finder.py
test_path_hook.py
test_source_encoding.py