diff options
author | idomic <michael.ido@gmail.com> | 2020-03-09 11:57:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-09 11:57:53 (GMT) |
commit | fc72ab6913f2b5337ae7fda711f2de846d38f479 (patch) | |
tree | 2978bd3e0b166854e13690f9acc376d442f0df64 /Misc | |
parent | e53a3932cb01683b0fa8a7448ca25a2e658c39e6 (diff) | |
download | cpython-fc72ab6913f2b5337ae7fda711f2de846d38f479.zip cpython-fc72ab6913f2b5337ae7fda711f2de846d38f479.tar.gz cpython-fc72ab6913f2b5337ae7fda711f2de846d38f479.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-02-23-02-09-03.bpo-38691.oND8Sk.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-02-23-02-09-03.bpo-38691.oND8Sk.rst b/Misc/NEWS.d/next/Library/2020-02-23-02-09-03.bpo-38691.oND8Sk.rst new file mode 100644 index 0000000..001393d --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-02-23-02-09-03.bpo-38691.oND8Sk.rst @@ -0,0 +1,3 @@ +The :mod:`importlib` module now ignores the :envvar:`PYTHONCASEOK` +environment variable when the :option:`-E` or :option:`-I` command line +options are being used.
\ No newline at end of file |