summaryrefslogtreecommitdiffstats
path: root/Misc
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 /Misc
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 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-02-11-13-01-38.bpo-38691.oND8Sk.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-02-11-13-01-38.bpo-38691.oND8Sk.rst b/Misc/NEWS.d/next/Library/2020-02-11-13-01-38.bpo-38691.oND8Sk.rst
deleted file mode 100644
index 913c8cc..0000000
--- a/Misc/NEWS.d/next/Library/2020-02-11-13-01-38.bpo-38691.oND8Sk.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-The :mod:`importlib` module now ignores the :envvar:`PYTHONCASEOK`
-environment variable when :option:`-E` or :option:`-I` command line option is used.