mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Update URLs in comments and metadata to use HTTPS (GH-27458)
This commit is contained in:
parent
ea4673ed07
commit
be42c06bb0
39 changed files with 58 additions and 58 deletions
|
@ -64,7 +64,7 @@ opener = urllib.request.build_opener(proxy_support, authinfo,
|
|||
# install it
|
||||
urllib.request.install_opener(opener)
|
||||
|
||||
f = urllib.request.urlopen('http://www.python.org/')
|
||||
f = urllib.request.urlopen('https://www.python.org/')
|
||||
"""
|
||||
|
||||
# XXX issues:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue