mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
[3.9] Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27480)
(cherry picked from commit be42c06bb0)
Co-authored-by: Noah Kantrowitz <noah@coderanger.net>
This commit is contained in:
parent
a603aa472a
commit
168879e366
39 changed files with 58 additions and 58 deletions
|
|
@ -64,7 +64,7 @@
|
|||
# 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