8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1aeea commit 3a61a94Copy full SHA for 3a61a94
README.md
@@ -8,7 +8,7 @@ The `typing_extensions` module serves two related purposes:
8
9
- Enable use of new type system features on older Python versions. For example,
10
`typing.TypeGuard` is new in Python 3.10, but `typing_ 53A4 extensions` allows
11
- users on Python 3.6 through 3.9 to use it too.
+ users on previous Python versions to use it too.
12
- Enable experimentation with new type system PEPs before they are accepted and
13
added to the `typing` module.
14
0 commit comments