diff options
| author | Ned Deily <nad@acm.org> | 2014-05-31 06:47:41 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@acm.org> | 2014-05-31 06:47:41 (GMT) |
| commit | d53c41eacc7250b06bb65b3fe0c31ce6cf8d716b (patch) | |
| tree | 3028484ea9083e20d4b5499b52c801cc9990bafc /Lib/site.py | |
| parent | 42535f010415e14dd4eb5424d5caf476097521ea (diff) | |
| parent | 5f8784b7cc485ea7e34b89dc8cf3762a5088e20f (diff) | |
| download | cpython-d53c41eacc7250b06bb65b3fe0c31ce6cf8d716b.zip cpython-d53c41eacc7250b06bb65b3fe0c31ce6cf8d716b.tar.gz cpython-d53c41eacc7250b06bb65b3fe0c31ce6cf8d716b.tar.bz2 | |
Issue #21572: Change license command to fallback to generic license URL.
Diffstat (limited to 'Lib/site.py')
| -rw-r--r-- | Lib/site.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/site.py b/Lib/site.py index ded6539..c0149b4 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -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) |
