This commit is contained in:
Correl Roush 2020-10-19 18:21:54 -04:00
parent d5e650c976
commit dbf56bcaf1

View file

@ -39,5 +39,6 @@ program correctness.
- [[https://www.python.org/dev/peps/pep-0586/][PEP 586 -- Literal Types]]
- [[https://www.python.org/dev/peps/pep-0589/][PEP 589 -- TypedDict: Type Hints for Dictionaries with a Fixed Set of Keys]]
- [[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-0613/][PEP 613 -- Explicit Type Aliases]]