]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-124651: Quote template strings in `venv` activation scripts (GH-124712...
authorVictor Stinner <vstinner@python.org>
Fri, 1 Nov 2024 13:11:47 +0000 (14:11 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Nov 2024 13:11:47 +0000 (13:11 +0000)
commitae961ae94bf19c8f8c7fbea3d1c25cc55ce8ae97
tree08ea5d3132e7b3239bedd045c3b93c8373734c75
parente84015f84630b6e15a84680128a6f65f8c4daf92
[3.11] gh-124651: Quote template strings in `venv` activation scripts (GH-124712) (GH-126185) (#126269)
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]