]> granicus.if.org Git - python/commitdiff
#18206: Re-fix license URL.
authorR David Murray <rdmurray@bitdance.com>
Sat, 14 Sep 2013 17:31:44 +0000 (13:31 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 14 Sep 2013 17:31:44 +0000 (13:31 -0400)
Lib/site.py

index c4ea6f6adb9732afc31f6df749ffd3ba502c0e39..9f935a3c7e675d835c58c78c09d95cde43a71112 100644 (file)
@@ -362,7 +362,8 @@ def setcopyright():
     for supporting Python development.  See www.python.org for more information.""")
     here = os.path.dirname(os.__file__)
     builtins.license = _sitebuiltins._Printer(
-        "license", "See http://www.python.org/%.3s/license.html" % sys.version,
+        "license",
+        "See http://www.python.org/download/releases/%.5s/license" % sys.version,
         ["LICENSE.txt", "LICENSE"],
         [os.path.join(here, os.pardir), here, os.curdir])