changeset: 90922:075c7affc05c parent: 90919:98475e024344 parent: 90921:53fa2c9523d4 user: Ned Deily date: Fri May 30 23:47:41 2014 -0700 description: Issue #21572: Change license command to fallback to generic license URL. diff -r 98475e024344 -r 075c7affc05c Lib/site.py --- a/Lib/site.py Fri May 30 16:28:00 2014 -0400 +++ b/Lib/site.py Fri May 30 23:47:41 2014 -0700 @@ -373,7 +373,7 @@ 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)