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 brett.cannon, eric.araujo, eric.snow, meador.inge, ncoghlan, python-dev, vstinner
Date 2020-05-15.00:47:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589503653.9.0.440596879789.issue16826@roundup.psfhosted.org>
In-reply-to
Content
Issue fixed in bpo-38691:

commit fc72ab6913f2b5337ae7fda711f2de846d38f479
Author: idomic <michael.ido@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.
History
Date User Action Args
2020-05-15 00:47:33vstinnersetrecipients: + vstinner, brett.cannon, ncoghlan, eric.araujo, meador.inge, python-dev, eric.snow
2020-05-15 00:47:33vstinnersetmessageid: <1589503653.9.0.440596879789.issue16826@roundup.psfhosted.org>
2020-05-15 00:47:33vstinnerlinkissue16826 messages
2020-05-15 00:47:33vstinnercreate