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 Issue #24192: Fix namespace package imports. 2015-05-15 21:54:59 -06:00
_bootstrap.py Issue #27076: Doc, comment and tests spelling fixes 2016-05-26 05:35:26 +00:00
_bootstrap_external.py Issue #27083: Respect the PYTHONCASEOK environment variable under 2016-07-15 11:54:38 -07:00
abc.py Issue #26186: Remove an invalid type check in 2016-02-20 18:35:41 -08:00
machinery.py Issue #23911: Move path-based bootstrap code to a separate frozen module. 2015-05-02 19:15:18 -06:00
util.py Fix a scoping issue where an UnboundLocalError was triggered if a 2016-06-25 10:47:53 -07:00