diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2022-03-30 11:00:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 11:00:27 (GMT) |
commit | 6881ea936e277b1733bee581c4e59e3a5d53bb29 (patch) | |
tree | 6e3e42543aeec32f83ccb3592cc05889626e2dde /Lib/test/test_docxmlrpc.py | |
parent | d8f530fe329c6bd9ad6e1a9db9aa32b465c2d67f (diff) | |
download | cpython-6881ea936e277b1733bee581c4e59e3a5d53bb29.zip cpython-6881ea936e277b1733bee581c4e59e3a5d53bb29.tar.gz cpython-6881ea936e277b1733bee581c4e59e3a5d53bb29.tar.bz2 |
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Diffstat (limited to 'Lib/test/test_docxmlrpc.py')
-rw-r--r-- | Lib/test/test_docxmlrpc.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_docxmlrpc.py b/Lib/test/test_docxmlrpc.py index 89d8009..2ad4220 100644 --- a/Lib/test/test_docxmlrpc.py +++ b/Lib/test/test_docxmlrpc.py @@ -146,9 +146,9 @@ 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="https://www.python.org/dev/peps/pep-0008/">' + b'follows <a href="https://peps.python.org/pep-0008/">' b'PEP008</a>, but has nothing<br>\nto do ' - b'with <a href="http://www.rfc-editor.org/rfc/rfc1952.txt">' + b'with <a href="https://www.rfc-editor.org/rfc/rfc1952.txt">' b'RFC1952</a>. Case should matter: pEp008 ' b'and rFC1952. Things<br>\nthat start ' b'with http and ftp should be ' |