]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-124651: Quote template strings in `venv` activation scripts (GH-124712...
authorVictor Stinner <vstinner@python.org>
Thu, 31 Oct 2024 18:09:20 +0000 (19:09 +0100)
committerGitHub <noreply@github.com>
Thu, 31 Oct 2024 18:09:20 +0000 (18:09 +0000)
commit8450b2482586857d689b6658f08de9c8179af7db
tree2f4601a42f9f921d640d396d3aa37776f3b81aa6
parent78f307f39e6d3f4ebb172140945ad2ec1ee10811
[3.12] gh-124651: Quote template strings in `venv` activation scripts (GH-124712) (GH-126185)

(cherry picked from commit d48cc82ed25e26b02eb97c6263d95dcaa1e9111b)
Lib/test/test_venv.py
Lib/venv/__init__.py
Lib/venv/scripts/common/activate
Lib/venv/scripts/nt/activate.bat
Lib/venv/scripts/posix/activate.csh
Lib/venv/scripts/posix/activate.fish
Misc/NEWS.d/next/Library/2024-09-28-02-03-04.gh-issue-124651.bLBGtH.rst [new file with mode: 0644]