Now that the typing spec exists and is maintained by the typing council, should we add a prominent note to accepted typing PEPs that links the spec? This could avoid confusion, prevent people from implementing an outdated standard, and promote the spec.
6 Likes
Yes please!
Some PEPs need marking as โFinalโ at the same time. See also:
- Typing PEPs: Link to the typing spec as canonical documentation ยท Issue #3579 ยท python/peps ยท GitHub
- Mark remaining completed PEPs as Final ยท Issue #2872 ยท python/peps ยท GitHub
- PEP 612: Mark as Final by hugovk ยท Pull Request #3575 ยท python/peps ยท GitHub for an example of how to link to the typing spec using
.. canonical-typing-spec::
1 Like