aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRedowan Delowar <redowan.nafi@gmail.com>2022-04-11 08:27:03 +0600
committerGitHub <noreply@github.com>2022-04-10 19:27:03 -0700
commit91691524757b82ddef8c14cef29f1cd186b40ca2 (patch)
tree64b5bf1e701dec4ebccf2b2b26c3f106f7d07295
parentf9d318138fcec1f9724ee1808aeff3ed1bf976a5 (diff)
downloadtyping-91691524757b82ddef8c14cef29f1cd186b40ca2.tar.gz
Update the statuses of the typing PEPs (#1128)
-rw-r--r--docs/index.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 695097f..b5fe268 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -4,10 +4,10 @@ Static Typing with Python
.. Introduction
.. ============
-..
+..
.. .. toctree::
.. :maxdepth: 2
-..
+..
.. source/introduction
Guides
@@ -92,8 +92,8 @@ Typing PEPs
* `PEP 613 <https://www.python.org/dev/peps/pep-0613/>`_, ``TypeAlias``
* `PEP 646 <https://www.python.org/dev/peps/pep-0646/>`_, variadic generics and ``TypeVarTuple``
* `PEP 647 <https://www.python.org/dev/peps/pep-0647/>`_, ``TypeGuard``
-* `PEP 655 <https://www.python.org/dev/peps/pep-0655/>`_ (draft), ``Required`` and ``NotRequired``
+* `PEP 655 <https://www.python.org/dev/peps/pep-0655/>`_, ``Required`` and ``NotRequired``
* `PEP 673 <https://www.python.org/dev/peps/pep-0673/>`_, ``Self``
-* `PEP 675 <https://www.python.org/dev/peps/pep-0675/>`_ (draft), ``LiteralString``
-* `PEP 677 <https://www.python.org/dev/peps/pep-0677/>`_ (draft), callable type syntax
+* `PEP 675 <https://www.python.org/dev/peps/pep-0675/>`_, ``LiteralString``
+* `PEP 677 <https://www.python.org/dev/peps/pep-0677/>`_ (rejected), callable type syntax
* `PEP 681 <https://www.python.org/dev/peps/pep-0681/>`_ (draft), ``@dataclass_transform()``