Kaydet (Commit) ad9f99e4 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

merge 3.4

......@@ -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)
......
......@@ -410,6 +410,7 @@ class ImportSideEffectTests(unittest.TestCase):
self.fail("sitecustomize not imported automatically")
@test.support.requires_resource('network')
@test.support.system_must_validate_cert
@unittest.skipUnless(sys.version_info[3] == 'final',
'only for released versions')
@unittest.skipUnless(hasattr(urllib.request, "HTTPSHandler"),
......
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