This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Update to canonical PEP URLs
Type: Stage: patch review
Components: Parser, Documentation, Library (Lib) Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: hugovk, lys.nikolaou, pablogsal, xtreak
Priority: normal Keywords: patch

Created on 2022-03-26 10:16 by hugovk, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 32124 merged hugovk, 2022-03-26 11:28
Messages (4)
msg416051 - (view) Author: Hugo van Kemenade (hugovk) * (Python triager) Date: 2022-03-26 10:16
With the recent implementation https://peps.python.org/pep-0676/ the canonical URL for PEPs has changed from, for example:

https://www.python.org/dev/peps/pep-0008/

to:

https://peps.python.org/pep-0008/

Redirects are in place so the old links still work, but let's update the docs and docstrings to use the new canonical form. There's also a couple of places in code, so a BPO number is needed.
msg416055 - (view) Author: Karthikeyan Singaravelan (xtreak) * (Python committer) Date: 2022-03-26 11:38
Sphinx also changed the URL in https://github.com/sphinx-doc/sphinx/pull/10267
msg416067 - (view) Author: Hugo van Kemenade (hugovk) * (Python triager) Date: 2022-03-26 14:40
Here's a devguide PR: https://github.com/python/devguide/pull/822
msg416335 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2022-03-30 11:00
New changeset 6881ea936e277b1733bee581c4e59e3a5d53bb29 by Hugo van Kemenade in branch 'main':
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
https://github.com/python/cpython/commit/6881ea936e277b1733bee581c4e59e3a5d53bb29
History
Date User Action Args
2022-04-11 14:59:57adminsetgithub: 91282
2022-03-30 11:57:53pablogsalsetstage: resolved -> patch review
2022-03-30 11:57:41pablogsalsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2022-03-30 11:00:33pablogsalsetmessages: + msg416335
2022-03-26 14:40:33hugovksetmessages: + msg416067
2022-03-26 11:38:03xtreaksetnosy: + xtreak
messages: + msg416055
2022-03-26 11:28:47hugovksetassignee: hugovk ->
2022-03-26 11:28:23hugovksetkeywords: + patch
stage: patch review
pull_requests: + pull_request30203
2022-03-26 10:16:18hugovkcreate