Commit 5f8784b7 authored by Ned Deily's avatar Ned Deily

Issue #21572: Change license command to fallback to generic license URL.

parent 0edb5c16
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment