]> granicus.if.org Git - python/commit
Close #20053: ignore default pip config settings
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 4 Feb 2014 13:02:36 +0000 (23:02 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Tue, 4 Feb 2014 13:02:36 +0000 (23:02 +1000)
commit6edd82a1d25bb941ebb5f5e98690ddc2ddbbd79e
tree6388877441889873b89608d9e9542aba4ba7a3eb
parenta9b15241c6bdf8ac71f1dc598b7c01a20518b6a7
Close #20053: ignore default pip config settings

ensurepip now sets PIP_CONFIG_FILE to os.devnull before
import pip from the wheel file. This also ensures venv
ignores the default settings when bootstrapping pip.
Lib/ensurepip/__init__.py
Lib/test/test_ensurepip.py
Lib/test/test_venv.py
Misc/NEWS