mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
#18206: Re-fix license URL.
This commit is contained in:
parent
f11caa0bba
commit
692ee9eaf0
1 changed files with 2 additions and 1 deletions
|
@ -362,7 +362,8 @@ def setcopyright():
|
||||||
for supporting Python development. See www.python.org for more information.""")
|
for supporting Python development. See www.python.org for more information.""")
|
||||||
here = os.path.dirname(os.__file__)
|
here = os.path.dirname(os.__file__)
|
||||||
builtins.license = _sitebuiltins._Printer(
|
builtins.license = _sitebuiltins._Printer(
|
||||||
"license", "See http://www.python.org/%.3s/license.html" % sys.version,
|
"license",
|
||||||
|
"See http://www.python.org/download/releases/%.5s/license" % sys.version,
|
||||||
["LICENSE.txt", "LICENSE"],
|
["LICENSE.txt", "LICENSE"],
|
||||||
[os.path.join(here, os.pardir), here, os.curdir])
|
[os.path.join(here, os.pardir), here, os.curdir])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue