File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1829,6 +1829,9 @@ are always available. They are listed here in alphabetical order.
1829
1829
Negative values for *level * are no longer supported (which also changes
1830
1830
the default value to 0).
1831
1831
1832
+ .. versionchanged :: 3.9
1833
+ When the command line options :option: `-E ` or :option: `-I ` are being used,
1834
+ the environment variable :envvar: `PYTHONCASEOK ` is now ignored.
1832
1835
1833
1836
.. rubric :: Footnotes
1834
1837
Original file line number Diff line number Diff line change @@ -589,6 +589,9 @@ Changes in the Python API
589
589
since the *buffering * parameter has been removed.
590
590
(Contributed by Victor Stinner in :issue: `39357 `.)
591
591
592
+ * The :mod: `importlib ` module now ignores the :envvar: `PYTHONCASEOK `
593
+ environment variable when the :option: `-E ` or :option: `-I ` command line
594
+ options are being used.
592
595
593
596
CPython bytecode changes
594
597
------------------------
You can’t perform that action at this time.
0 commit comments