diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-02-23-02-09-03.bpo-38691.oND8Sk.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-02-23-02-09-03.bpo-38691.oND8Sk.rst b/Misc/NEWS.d/next/Library/2020-02-23-02-09-03.bpo-38691.oND8Sk.rst new file mode 100644 index 0000000..001393d --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-02-23-02-09-03.bpo-38691.oND8Sk.rst @@ -0,0 +1,3 @@ +The :mod:`importlib` module now ignores the :envvar:`PYTHONCASEOK` +environment variable when the :option:`-E` or :option:`-I` command line +options are being used.
\ No newline at end of file |