0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 08:52:25 +01:00
cpython/Lib/importlib
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 Issue #16489: Make it clearer that importlib.find_loader() requires 2012-11-17 09:30:55 -05:00
_bootstrap.py Issue #16826: Don't check for PYTHONCASEOK when using -E. 2013-09-03 16:37:26 -05:00
abc.py
machinery.py
util.py