mirror of
https://github.com/python/cpython.git
synced 2025-10-29 20:51:26 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| test_case_sensitivity.py | ||
| test_file_loader.py | ||
| test_finder.py | ||
| test_path_hook.py | ||
| test_source_encoding.py | ||