summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_docxmlrpc.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/test/test_docxmlrpc.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/test/test_docxmlrpc.py')
-rw-r--r--Lib/test/test_docxmlrpc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_docxmlrpc.py b/Lib/test/test_docxmlrpc.py
index 7d3e30c..7725250 100644
--- a/Lib/test/test_docxmlrpc.py
+++ b/Lib/test/test_docxmlrpc.py
@@ -133,7 +133,7 @@ class DocXMLRPCHTTPGETServer(unittest.TestCase):
self.assertIn(
(b'<dl><dt><a name="-add"><strong>add</strong></a>(x, y)</dt><dd>'
b'<tt>Add&nbsp;two&nbsp;instances&nbsp;together.&nbsp;This&nbsp;'
- b'follows&nbsp;<a href="http://www.python.org/dev/peps/pep-0008/">'
+ b'follows&nbsp;<a href="https://www.python.org/dev/peps/pep-0008/">'
b'PEP008</a>,&nbsp;but&nbsp;has&nbsp;nothing<br>\nto&nbsp;do&nbsp;'
b'with&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc1952.txt">'
b'RFC1952</a>.&nbsp;Case&nbsp;should&nbsp;matter:&nbsp;pEp008&nbsp;'