[META] Consider: Consolidate all Typing PEPs into a separate numbering system

I think using a Discourse theme component (Linkify words in post - theme-component - Discourse Meta)
with a linked word entry
/pep(?: |-)?([0-9]+)/i, https://peps.python.org/pep-$1
would work.
For example, It should match PEP 434, pep 457, PEP-558, pep596

2 Likes