Skip to content

Commit c2c2315

Browse files
committed
Hard reset to master + latest changes
1 parent cfea4b2 commit c2c2315

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Doc/library/functions.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1829,6 +1829,9 @@ are always available. They are listed here in alphabetical order.
18291829
Negative values for *level* are no longer supported (which also changes
18301830
the default value to 0).
18311831

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.
18321835

18331836
.. rubric:: Footnotes
18341837

Doc/whatsnew/3.9.rst

+3
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,9 @@ Changes in the Python API
589589
since the *buffering* parameter has been removed.
590590
(Contributed by Victor Stinner in :issue:`39357`.)
591591

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.
592595

593596
CPython bytecode changes
594597
------------------------

0 commit comments

Comments
 (0)