]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314)
authoridomic <michael.ido@gmail.com>
Mon, 17 Feb 2020 09:05:11 +0000 (04:05 -0500)
committerGitHub <noreply@github.com>
Mon, 17 Feb 2020 09:05:11 +0000 (10:05 +0100)
commitd83b6600b25487e4ebffd7949d0f478de9538875
tree1c3f49ac635e570066ad1a0c81a47c6247d45542
parent85a2eef473a2c9ed3ab9c6ee339891fe99adbbc9
bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314)

* Hard reset + cherry piciking the changes.

* ðŸ“œðŸ¤– Added by blurb_it.

* Added @vstinner News

* Update Misc/NEWS.d/next/Library/2020-02-11-13-01-38.bpo-38691.oND8Sk.rst

Co-Authored-By: Victor Stinner <vstinner@python.org>
* Hard reset to master

* Hard reset to master + latest changes

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/library/functions.rst
Doc/whatsnew/3.9.rst
Lib/importlib/_bootstrap_external.py
Misc/NEWS.d/next/Library/2020-02-11-13-01-38.bpo-38691.oND8Sk.rst [new file with mode: 0644]
Python/importlib_external.h