mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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.""")
|
||||
here = os.path.dirname(os.__file__)
|
||||
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"],
|
||||
[os.path.join(here, os.pardir), here, os.curdir])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue