summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2019-07-24 22:13:22 (GMT)
committerGitHub <noreply@github.com>2019-07-24 22:13:22 (GMT)
commit123536fdab7b8def15c859aa70232bc55ec73096 (patch)
treec46ba6c0367d90525d6981cc950965029594f9b8 /Misc
parente018dc52d1268bc0c5e4037c132e463f1a4002af (diff)
downloadcpython-123536fdab7b8def15c859aa70232bc55ec73096.zip
cpython-123536fdab7b8def15c859aa70232bc55ec73096.tar.gz
cpython-123536fdab7b8def15c859aa70232bc55ec73096.tar.bz2
bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2019-07-24-14-36-28.bpo-37672.uKEVHN.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-07-24-14-36-28.bpo-37672.uKEVHN.rst b/Misc/NEWS.d/next/Windows/2019-07-24-14-36-28.bpo-37672.uKEVHN.rst
new file mode 100644
index 0000000..78b51c1
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2019-07-24-14-36-28.bpo-37672.uKEVHN.rst
@@ -0,0 +1,2 @@
+Switch Windows Store package's pip to use bundled :file:`pip.ini` instead of
+:envvar:`PIP_USER` variable.