summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-10-14 16:24:23 (GMT)
committerGitHub <noreply@github.com>2022-10-14 16:24:23 (GMT)
commit22ad9e5f3e267c48c238df9f83af224871926df6 (patch)
tree1bb3d725d76da0f9c349ea595c840aca24c7931d /Misc
parent595ef03c7ceb25e63878e2a9231e1b54f9f0d125 (diff)
downloadcpython-22ad9e5f3e267c48c238df9f83af224871926df6.zip
cpython-22ad9e5f3e267c48c238df9f83af224871926df6.tar.gz
cpython-22ad9e5f3e267c48c238df9f83af224871926df6.tar.bz2
gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip when they do not impact path resolution (GH-98259)
(cherry picked from commit 2fe44f728afa2dd506c304641f0481d6813d1dbd) Co-authored-by: Steve Dower <steve.dower@python.org>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-10-14-11-46-31.gh-issue-98251.Uxc9al.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-10-14-11-46-31.gh-issue-98251.Uxc9al.rst b/Misc/NEWS.d/next/Library/2022-10-14-11-46-31.gh-issue-98251.Uxc9al.rst
new file mode 100644
index 0000000..1a2b6a2
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-10-14-11-46-31.gh-issue-98251.Uxc9al.rst
@@ -0,0 +1,2 @@
+Allow :mod:`venv` to pass along :envvar:`PYTHON*` variables to ``ensurepip`` and ``pip`` when
+they do not impact path resolution