This commit is contained in:
Correl Roush 2021-03-15 15:05:05 -04:00
parent a58843c566
commit 09a737bea3

View file

@ -41,4 +41,12 @@ program correctness.
- [[https://www.python.org/dev/peps/pep-0591/][PEP 591 -- Adding a final qualifier to typing]]
- [[https://www.python.org/dev/peps/pep-0593/][PEP 593 -- Flexible function and variable annotations]]
- [[https://www.python.org/dev/peps/pep-0604/][PEP 604 -- Allow writing union types as X | Y]]
- [[https://www.python.org/dev/peps/pep-0612/][PEP 612 -- Parameter Specification Variables]]
- [[https://www.python.org/dev/peps/pep-0613/][PEP 613 -- Explicit Type Aliases]]
- [[https://www.python.org/dev/peps/pep-0634/][PEP 634 -- Structural Pattern Matching: Specification]]
- [[https://www.python.org/dev/peps/pep-0635/][PEP 635 -- Structural Pattern Matching: Motivation and Rationale]]
- [[https://www.python.org/dev/peps/pep-0636/][PEP 636 -- Structural Pattern Matching: Tutorial]]
- [[https://www.python.org/dev/peps/pep-0638/][PEP 638 -- Syntactic Macros]]
- [[https://www.python.org/dev/peps/pep-0640/][PEP 640 -- Unused variable syntax]]
- [[https://www.python.org/dev/peps/pep-0646/][PEP 646 -- Variadic Generics]]
- [[https://www.python.org/dev/peps/pep-0647/][PEP 647 -- User-Defined Type Guards]]