summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorJacek <jacek.duszenko@gmail.com>2024-09-18 22:05:18 (GMT)
committerGitHub <noreply@github.com>2024-09-18 22:05:18 (GMT)
commitea7fe1fe2e162f2375562467ad834c6224a62daf (patch)
tree66eb327094f2f74cbfbfc22ffb3c753f90bbd4bb /Misc/NEWS.d/next
parent36682c091407dc9c7e750c22fb71e62466952662 (diff)
downloadcpython-ea7fe1fe2e162f2375562467ad834c6224a62daf.zip
cpython-ea7fe1fe2e162f2375562467ad834c6224a62daf.tar.gz
cpython-ea7fe1fe2e162f2375562467ad834c6224a62daf.tar.bz2
gh-124212: Fix undefined variable in error message in venv (GH-124211)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Library/2024-09-18-17-45-52.gh-issue-124212.n6kIby.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-09-18-17-45-52.gh-issue-124212.n6kIby.rst b/Misc/NEWS.d/next/Library/2024-09-18-17-45-52.gh-issue-124212.n6kIby.rst
new file mode 100644
index 0000000..7848f26
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-09-18-17-45-52.gh-issue-124212.n6kIby.rst
@@ -0,0 +1 @@
+Fix invalid variable in :mod:`venv` handling of failed symlink on Windows