summaryrefslogtreecommitdiffstats
path: root/Lib/urllib/request.py
diff options
context:
space:
mode:
authorƁukasz Langa <lukasz@langa.pl>2021-07-30 14:34:04 (GMT)
committerGitHub <noreply@github.com>2021-07-30 14:34:04 (GMT)
commit168879e366ec56b20fe4792b5851e8de32aaee87 (patch)
tree3b8e60317024e9d04c16f3c5b0ee8d4a01d57ba7 /Lib/urllib/request.py
parenta603aa472a38f778e2ed0cce73168e15f03c352c (diff)
downloadcpython-168879e366ec56b20fe4792b5851e8de32aaee87.zip
cpython-168879e366ec56b20fe4792b5851e8de32aaee87.tar.gz
cpython-168879e366ec56b20fe4792b5851e8de32aaee87.tar.bz2
[3.9] Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27480)
(cherry picked from commit be42c06bb01206209430f3ac08b72643dc7cad1c) Co-authored-by: Noah Kantrowitz <noah@coderanger.net>
Diffstat (limited to 'Lib/urllib/request.py')
-rw-r--r--Lib/urllib/request.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/urllib/request.py b/Lib/urllib/request.py
index af3fb9c..bbdc225 100644
--- a/Lib/urllib/request.py
+++ b/Lib/urllib/request.py
@@ -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: