Skip to content

Commit

Permalink
LiteralString, NotRequired, Required will be in 3.11 (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Mar 22, 2022
1 parent 3bcfc9e commit 07fb800
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 07fb800

Please sign in to comment.