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.
This commit is contained in:
idomic 2020-03-09 07:57:53 -04:00 committed by GitHub
parent e53a3932cb
commit fc72ab6913
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 2656 additions and 2633 deletions

View file

@ -1835,6 +1835,9 @@ are always available. They are listed here in alphabetical order.
Negative values for *level* are no longer supported (which also changes
the default value to 0).
.. versionchanged:: 3.9
When the command line options :option:`-E` or :option:`-I` are being used,
the environment variable :envvar:`PYTHONCASEOK` is now ignored.
.. rubric:: Footnotes