[issue16826] Don't check for PYTHONCASEOK if interpreter started with -E

STINNER Victor report at bugs.python.org
Thu May 14 20:47:33 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

Issue fixed in bpo-38691:

commit fc72ab6913f2b5337ae7fda711f2de846d38f479
Author: idomic <michael.ido at gmail.com>
Date:   Mon Mar 9 07:57:53 2020 -0400

    bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627)
    
    The importlib module now ignores the PYTHONCASEOK
    environment variable when the -E or -I command line
    options are being used.

----------
nosy: +vstinner
resolution:  -> duplicate
stage: needs patch -> resolved
status: open -> closed
superseder:  -> importlib: PYTHONCASEOK should be ignored when using python3 -E

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue16826>
_______________________________________


More information about the Python-bugs-list mailing list