commit | 9ab358ad7cfc235556f52923bcf265b5bc32b4fc | [log] [tgz] |
---|---|---|
author | Meador Inge <meadori@gmail.com> | Tue Sep 03 16:53:22 2013 -0500 |
committer | Meador Inge <meadori@gmail.com> | Tue Sep 03 16:53:22 2013 -0500 |
tree | 7c1c2b1a5ad6706cc07e61236effadc4ff3d0f97 | |
parent | c6171e49ab2aee5807bcb6c0f77d0de13a164a99 [diff] | |
parent | d151da9ef7de3ce93f0e29a62ae2a470495db1d0 [diff] |
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.