New submission from STINNER Victor <vstin...@python.org>:
When using python3 -E or python3 -I, PYTHONCASEOK environment variable should be ignored by importlib. See an email sent in 2012: https://mail.python.org/pipermail/python-dev/2012-December/123403.html See importlib._bootstrap_external._relax_case attribute and its _make_relax_case() function. ---------- components: Library (Lib) messages: 355996 nosy: vstinner priority: normal severity: normal status: open title: importlib: PYTHONCASEOK should be ignored when using python3 -E versions: Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue38691> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com