summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authoridomic <michael.ido@gmail.com>2020-02-17 04:05:11 -0500
committerGitHub <noreply@github.com>2020-02-17 10:05:11 +0100
commitd83b6600b25487e4ebffd7949d0f478de9538875 (patch)
tree1c3f49ac635e570066ad1a0c81a47c6247d45542 /Misc
parent85a2eef473a2c9ed3ab9c6ee339891fe99adbbc9 (diff)
downloadcpython-git-d83b6600b25487e4ebffd7949d0f478de9538875.tar.gz
bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314)
* Hard reset + cherry piciking the changes. * 📜🤖 Added by blurb_it. * Added @vstinner News * Update Misc/NEWS.d/next/Library/2020-02-11-13-01-38.bpo-38691.oND8Sk.rst Co-Authored-By: Victor Stinner <vstinner@python.org> * Hard reset to master * Hard reset to master + latest changes Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Victor Stinner <vstinner@python.org>
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, 2 insertions, 0 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
new file mode 100644
index 0000000000..913c8ccb1c
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-02-11-13-01-38.bpo-38691.oND8Sk.rst
@@ -0,0 +1,2 @@
+The :mod:`importlib` module now ignores the :envvar:`PYTHONCASEOK`
+environment variable when :option:`-E` or :option:`-I` command line option is used.