Skip to content

Commit

Permalink
Replace PEP list with link (python#1696)
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau authored Apr 8, 2024
1 parent 94bc382 commit 5166fd0
Showing 1 changed file with 1 addition and 38 deletions.
39 changes: 1 addition & 38 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,41 +100,4 @@ Type-Hint and Stub Integration
Typing PEPs
===========

https://peps.python.org/topic/typing

* :pep:`482`, literature overview on type hints
* :pep:`483`, background on type hints
* :pep:`484`, type hints
* :pep:`526`, variable annotations and ``ClassVar``
* :pep:`544`, ``Protocol``
* :pep:`561`, distributing typed packages
* :pep:`563` (superseded), ``from __future__ import annotations``
* :pep:`585`, subscriptable generics in the standard library
* :pep:`586`, ``Literal``
* :pep:`589`, ``TypedDict``
* :pep:`591`, ``Final``
* :pep:`593`, ``Annotated``
* :pep:`604`, union syntax with ``|``
* :pep:`612`, ``ParamSpec``
* :pep:`613`, ``TypeAlias``
* :pep:`646`, variadic generics and ``TypeVarTuple``
* :pep:`647`, ``TypeGuard``
* :pep:`649`, lazy evaluation of annotations
* :pep:`655`, ``Required`` and ``NotRequired``
* :pep:`673`, ``Self``
* :pep:`675`, ``LiteralString``
* :pep:`677` (rejected), ``(int, str) -> bool`` callable type syntax
* :pep:`681`, ``@dataclass_transform()``
* :pep:`688`, ``Buffer``
* :pep:`692`, ``Unpack[TypedDict]`` for ``**kwargs``
* :pep:`695`, ``class Class[T]:`` type parameter syntax and ``type X`` type alias syntax
* :pep:`696`, defaults for type variables
* :pep:`698`, ``@override``
* :pep:`702`, ``@deprecated()``
* :pep:`705`, ``TypedDict`` with read-only items
* :pep:`718` (draft), subscriptable functions
* :pep:`724` (withdrawn), stricter ``TypeGuard``
* :pep:`727` (draft), ``Doc`` in ``Annotated``
* :pep:`728` (draft), ``TypedDict`` with typed extra items
* :pep:`729`, typing governance process
* :pep:`742`, ``TypeIs``
See https://peps.python.org/topic/typing for a list of all typing-related PEPs.

0 comments on commit 5166fd0

Please sign in to comment.