]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] venv: Update Aspen URL in 'activate' script comment (GH-21797)
authorFrank Dana <ferdnyc@gmail.com>
Wed, 19 Aug 2020 19:34:50 +0000 (15:34 -0400)
committerGitHub <noreply@github.com>
Wed, 19 Aug 2020 19:34:50 +0000 (12:34 -0700)
commit34889a5785d4cc34e06b331dc36d479404a34df7
tree93aa9e1ba64f4dbf7fbab6ff5899b2bf6b18dec6
parent2bcd0fe7a5d1a3c3dd99e7e067239a514a780402
[3.8] venv: Update Aspen URL in 'activate' script comment (GH-21797)

A comment in the venv `activate` script (as well as `activate.csh` and `activate.fish`) referencing Aspen magic directories lists a "further information" URL for Aspen at the zetadev.com website. zetadev.com changed ownership in 2019, and now redirects to a server in China with an expired security certificate.

Out of an abundance of caution, while not changing the _code_ for the activate scripts, this PR updates the URL in those comments to reference Aspen's new documentation home at https://aspen.io/.

No issue created, as I suspect this falls within the definition of a "trivial" change. Please let me know if I'm wrong about that, and I'll open the necessary issue(s).

While filed against the 3.8 branch, strictly speaking this is not a backported PR. The comment in question was entirely removed from the script between Python 3.8 and 3.9.

(IMHO this _should_ probably be backported to 3.7 and 3.6, as well. I'll happily file those PRs if needed.)

Automerge-Triggered-By: @vsajip
Lib/venv/scripts/common/activate
Lib/venv/scripts/posix/activate.csh
Lib/venv/scripts/posix/activate.fish