Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LiteralString, NotRequired, Required will be in 3.11 #1110

Merged
merged 1 commit into from Mar 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions typing_extensions/README.rst
Expand Up @@ -41,16 +41,16 @@ This module currently contains the following:

- Experimental features

- ``LiteralString`` (see PEP 675)
- ``@dataclass_transform()`` (see PEP 681)
- ``NotRequired`` (see PEP 655)
- ``Required`` (see PEP 655)

- In ``typing`` since Python 3.11

- ``assert_never``
- ``LiteralString`` (see PEP 675)
- ``Never``
- ``NotRequired`` (see PEP 655)
- ``reveal_type``
- ``Required`` (see PEP 655)
- ``Self`` (see PEP 673)
- ``TypeVarTuple`` (see PEP 646)
- ``Unpack`` (see PEP 646)
Expand Down