You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change removes the necessity for a parallel type hierarchy in the typing module, making it easier for users to annotate their programs and easier for teachers to teach Python.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Context
Requested in #693 (comment).
These new type hints were introduced in Python 3.9: https://docs.python.org/3/whatsnew/3.9.html#type-hinting-generics-in-standard-collections
Python 3.8 was released on 2019-10-14 and its EOL is 2024-10, so we can drop support for it soon: https://devguide.python.org/versions/
Value and/or benefit
From https://peps.python.org/pep-0585/
Anything else?
No response
The text was updated successfully, but these errors were encountered: