diff options
author | Jacek <jacek.duszenko@gmail.com> | 2024-09-18 22:05:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-18 22:05:18 (GMT) |
commit | ea7fe1fe2e162f2375562467ad834c6224a62daf (patch) | |
tree | 66eb327094f2f74cbfbfc22ffb3c753f90bbd4bb /Misc/NEWS.d/next | |
parent | 36682c091407dc9c7e750c22fb71e62466952662 (diff) | |
download | cpython-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.rst | 1 |
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 |