This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2019-11-05.01:55:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2019-11-05 01:55:56vstinnersetrecipients: + vstinner
2019-11-05 01:55:56vstinnersetmessageid: <[email protected]>
2019-11-05 01:55:55vstinnerlinkissue38691 messages
2019-11-05 01:55:55vstinnercreate