summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-02-19 13:23:47 (GMT)
committerGitHub <noreply@github.com>2020-02-19 13:23:47 (GMT)
commit4dee92b0ad9f4e3ea2fbbbb5253340801bb92dc7 (patch)
tree2a3aa41655e59e8b986c677385b203174b5c8c1b /Doc/library/functions.rst
parentab6423fe2de0ed5f8a0dc86a9c7070229326b0f0 (diff)
downloadcpython-4dee92b0ad9f4e3ea2fbbbb5253340801bb92dc7.zip
cpython-4dee92b0ad9f4e3ea2fbbbb5253340801bb92dc7.tar.gz
cpython-4dee92b0ad9f4e3ea2fbbbb5253340801bb92dc7.tar.bz2
Revert "bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314)" (GH-18553)
This reverts commit d83b6600b25487e4ebffd7949d0f478de9538875.
Diffstat (limited to 'Doc/library/functions.rst')
-rw-r--r--Doc/library/functions.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index ba5c388..cc48597 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -1829,9 +1829,6 @@ 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