From 5f8784b7cc485ea7e34b89dc8cf3762a5088e20f Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Fri, 30 May 2014 23:46:19 -0700 Subject: Issue #21572: Change license command to fallback to generic license URL. --- Lib/site.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/site.py b/Lib/site.py index ded6539..c0149b4 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -373,7 +373,7 @@ def setcopyright(): dirs.extend([os.path.join(here, os.pardir), here, os.curdir]) builtins.license = _sitebuiltins._Printer( "license", - "See http://www.python.org/download/releases/%.5s/license" % sys.version, + "See http://www.python.org/psf/license/", files, dirs) -- cgit v0.12