Skip to content

Commit 9169152

Browse files
authored
Update the statuses of the typing PEPs (#1128)
1 parent f9d3181 commit 9169152

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/index.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Static Typing with Python
44

55
.. Introduction
66
.. ============
7-
..
7+
..
88
.. .. toctree::
99
.. :maxdepth: 2
10-
..
10+
..
1111
.. source/introduction
1212
1313
Guides
@@ -92,8 +92,8 @@ Typing PEPs
9292
* `PEP 613 <https://www.python.org/dev/peps/pep-0613/>`_, ``TypeAlias``
9393
* `PEP 646 <https://www.python.org/dev/peps/pep-0646/>`_, variadic generics and ``TypeVarTuple``
9494
* `PEP 647 <https://www.python.org/dev/peps/pep-0647/>`_, ``TypeGuard``
95-
* `PEP 655 <https://www.python.org/dev/peps/pep-0655/>`_ (draft), ``Required`` and ``NotRequired``
95+
* `PEP 655 <https://www.python.org/dev/peps/pep-0655/>`_, ``Required`` and ``NotRequired``
9696
* `PEP 673 <https://www.python.org/dev/peps/pep-0673/>`_, ``Self``
97-
* `PEP 675 <https://www.python.org/dev/peps/pep-0675/>`_ (draft), ``LiteralString``
98-
* `PEP 677 <https://www.python.org/dev/peps/pep-0677/>`_ (draft), callable type syntax
97+
* `PEP 675 <https://www.python.org/dev/peps/pep-0675/>`_, ``LiteralString``
98+
* `PEP 677 <https://www.python.org/dev/peps/pep-0677/>`_ (rejected), callable type syntax
9999
* `PEP 681 <https://www.python.org/dev/peps/pep-0681/>`_ (draft), ``@dataclass_transform()``

0 commit comments

Comments
 (0)