mirror of
https://github.com/python/cpython.git
synced 2025-07-22 18:55:22 +00:00
Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478)
(cherry picked from commit be42c06bb0
)
Co-authored-by: Noah Kantrowitz <noah@coderanger.net>
This commit is contained in:
parent
6ca35f2891
commit
f7f1c26423
39 changed files with 58 additions and 58 deletions
|
@ -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 two instances together. This '
|
||||
b'follows <a href="http://www.python.org/dev/peps/pep-0008/">'
|
||||
b'follows <a href="https://www.python.org/dev/peps/pep-0008/">'
|
||||
b'PEP008</a>, but has nothing<br>\nto do '
|
||||
b'with <a href="http://www.rfc-editor.org/rfc/rfc1952.txt">'
|
||||
b'RFC1952</a>. Case should matter: pEp008 '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue