8000 Fix test_site test_license_exists_at_url · stackless-dev/stackless@8fb577e · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 8fb577e

Browse files
committed
Fix test_site test_license_exists_at_url
1 parent b0c0898 commit 8fb577e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ def setcopyright():
452452
here = os.path.dirname(os.__file__)
453453
builtins.license = _Printer(
454454
"license",
455-
"See http://www.python.org/download/releases/%.5s/license/" % sys.version,
455+
"See https://www.python.org/psf/license/",
456456
["LICENSE.txt", "LICENSE"],
457457
[os.path.join(here, os.pardir), here, os.curdir])
458458

0 commit comments

Comments
 (0)
0