mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -218,9 +218,7 @@ coverage_ignore_c_items = {
|
|||
# ----------------------------
|
||||
|
||||
# Ignore certain URLs.
|
||||
linkcheck_ignore = [r'https://bugs.python.org/(issue)?\d+',
|
||||
# Ignore PEPs for now, they all have permanent redirects.
|
||||
r'http://www.python.org/dev/peps/pep-\d+']
|
||||
linkcheck_ignore = [r'https://bugs.python.org/(issue)?\d+']
|
||||
|
||||
|
||||
# Options for extensions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue