summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-10-07 22:55:05 (GMT)
committerGitHub <noreply@github.com>2021-10-07 22:55:05 (GMT)
commiteabca6e593269301a0b7a36c4dc3525f04f5bb36 (patch)
treea38dda8ae50944688c5420f488708be5935bbdde /Misc
parent86bf45e69e22bb5950f1d47c670dfb36bbd45dd0 (diff)
downloadcpython-eabca6e593269301a0b7a36c4dc3525f04f5bb36.zip
cpython-eabca6e593269301a0b7a36c4dc3525f04f5bb36.tar.gz
cpython-eabca6e593269301a0b7a36c4dc3525f04f5bb36.tar.bz2
bpo-45337: Use the realpath of the new executable when creating a venv on Windows (GH-28663)
(cherry picked from commit 6811fdaec825bd6ab64e358a4b480108f5634d2d) Co-authored-by: Steve Dower <steve.dower@python.org>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2021-09-30-23-17-27.bpo-45337.qg7U_h.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2021-09-30-23-17-27.bpo-45337.qg7U_h.rst b/Misc/NEWS.d/next/Windows/2021-09-30-23-17-27.bpo-45337.qg7U_h.rst
new file mode 100644
index 0000000..007ee87
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2021-09-30-23-17-27.bpo-45337.qg7U_h.rst
@@ -0,0 +1,4 @@
+venv now warns when the created environment may need to be accessed at a
+different path, due to redirections, links or junctions. It also now
+correctly installs or upgrades components when the alternate path is
+required.