Skip to content

Commit

Permalink
Add link to PEP 705, update 695 status
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Jun 18, 2023
1 parent 3811d8c commit e0ce9fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ https://peps.python.org/topic/typing
* `PEP 681 <https://www.python.org/dev/peps/pep-0681/>`_ ``@dataclass_transform()``
* `PEP 688 <https://www.python.org/dev/peps/pep-0688/>`_ ``Buffer``
* `PEP 692 <https://www.python.org/dev/peps/pep-0692/>`_ ``Unpack[TypedDict]`` for ``**kwargs``
* `PEP 695 <https://www.python.org/dev/peps/pep-0695/>`_ (draft), ``class Class[T]:`` type parameter syntax
* `PEP 695 <https://www.python.org/dev/peps/pep-0695/>`_ ``class Class[T]:`` type parameter syntax
* `PEP 696 <https://www.python.org/dev/peps/pep-0696/>`_ (draft), defaults for type variables
* `PEP 698 <https://www.python.org/dev/peps/pep-0698/>`_ ``@override``
* `PEP 702 <https://www.python.org/dev/peps/pep-0702/>`_ (draft), ``@deprecated()``
* `PEP 705 <https://www.python.org/dev/peps/pep-0705/>`_ (draft), ``TypedMapping``

0 comments on commit e0ce9fd

Please sign in to comment.