mirror of
https://github.com/python/cpython.git
synced 2025-11-21 11:19:43 +00:00
Issue #21572: Change license command to fallback to generic license URL.
This commit is contained in:
commit
d53c41eacc
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ def setcopyright():
|
||||||
dirs.extend([os.path.join(here, os.pardir), here, os.curdir])
|
dirs.extend([os.path.join(here, os.pardir), here, os.curdir])
|
||||||
builtins.license = _sitebuiltins._Printer(
|
builtins.license = _sitebuiltins._Printer(
|
||||||
"license",
|
"license",
|
||||||
"See http://www.python.org/download/releases/%.5s/license" % sys.version,
|
"See http://www.python.org/psf/license/",
|
||||||
files, dirs)
|
files, dirs)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue