merge 3.4

This commit is contained in:
Benjamin Peterson 2015-02-01 20:18:29 -05:00
commit ad9f99e41f
2 changed files with 2 additions and 1 deletions

View file

@ -366,7 +366,7 @@ def setcopyright():
dirs.extend([os.path.join(here, os.pardir), here, os.curdir])
builtins.license = _sitebuiltins._Printer(
"license",
"See http://www.python.org/psf/license/",
"See https://www.python.org/psf/license/",
files, dirs)