]> granicus.if.org Git - python/commitdiff
Issue #21572: Change license command to fallback to generic license URL.
authorNed Deily <nad@acm.org>
Sat, 31 May 2014 06:46:19 +0000 (23:46 -0700)
committerNed Deily <nad@acm.org>
Sat, 31 May 2014 06:46:19 +0000 (23:46 -0700)
Lib/site.py

index ded653948fd60609e4e88408ed5346053f4ff633..c0149b490dec6c3e76da4ed8a4fc9be7de6f910c 100644 (file)
@@ -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)