mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
This commit is contained in:
parent
d8f530fe32
commit
6881ea936e
24 changed files with 28 additions and 29 deletions
|
@ -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 '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue