]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627)
authoridomic <michael.ido@gmail.com>
Mon, 9 Mar 2020 11:57:53 +0000 (07:57 -0400)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2020 11:57:53 +0000 (12:57 +0100)
commitfc72ab6913f2b5337ae7fda711f2de846d38f479
tree2978bd3e0b166854e13690f9acc376d442f0df64
parente53a3932cb01683b0fa8a7448ca25a2e658c39e6
bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627)

The importlib module now ignores the PYTHONCASEOK
environment variable when the -E or -I command line
options are being used.
Doc/library/functions.rst
Doc/whatsnew/3.9.rst
Lib/importlib/_bootstrap_external.py
Lib/test/test_importlib/extension/test_case_sensitivity.py
Lib/test/test_importlib/source/test_case_sensitivity.py
Misc/NEWS.d/next/Library/2020-02-23-02-09-03.bpo-38691.oND8Sk.rst [new file with mode: 0644]
Python/importlib_external.h