[issue38691] importlib: PYTHONCASEOK should be ignored when using python3 -E

STINNER Victor report at bugs.python.org
Mon Nov 4 20:55:56 EST 2019


New submission from STINNER Victor <vstinner at 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 <report at bugs.python.org>
<https://bugs.python.org/issue38691>
_______________________________________


More information about the Python-bugs-list mailing list