diff --git a/Lib/site.py b/Lib/site.py index f1b0ae8c645..d2e18f17f32 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -436,7 +436,7 @@ def setcopyright(): for supporting Python development. See www.python.org for more information.""") here = os.path.dirname(os.__file__) __builtin__.license = _Printer( - "license", "See http://www.python.org/%.3s/license.html" % sys.version, + "license", "See http://www.python.org/psf/license/", ["LICENSE.txt", "LICENSE"], [os.path.join(here, os.pardir), here, os.curdir])