mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
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:
parent
e53a3932cb
commit
fc72ab6913
7 changed files with 2656 additions and 2633 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue