cpython/Lib/importlib
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
_bootstrap.py
_bootstrap_external.py Issue #27083: Respect the PYTHONCASEOK environment variable under 2016-07-15 11:54:38 -07:00
abc.py
machinery.py
util.py Fix a scoping issue where an UnboundLocalError was triggered if a 2016-06-25 10:47:53 -07:00