changeset: 90921:53fa2c9523d4 branch: 3.4 parent: 90917:6013a112aba0 user: Ned Deily date: Fri May 30 23:46:19 2014 -0700 files: Lib/site.py description: Issue #21572: Change license command to fallback to generic license URL. diff -r 6013a112aba0 -r 53fa2c9523d4 Lib/site.py --- a/Lib/site.py Fri May 30 16:19:59 2014 -0400 +++ b/Lib/site.py Fri May 30 23:46:19 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)