aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2022-02-09 18:16:06 -0800
committerGitHub <noreply@github.com>2022-02-09 18:16:06 -0800
commita45c7e9fdbaaace11905bf5d873e427749de119c (patch)
tree5a5f7777400e49b376526706730cc8fc80f13eec
parent31c318dd8399cb1966fd1560e2535d1e29a419d7 (diff)
downloadtyping-a45c7e9fdbaaace11905bf5d873e427749de119c.tar.gz
Update list of PEPs (#1063)
-rw-r--r--docs/index.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 7da222b..1230e34 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -93,4 +93,7 @@ Typing PEPs
* `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 673 <https://www.python.org/dev/peps/pep-0673/>`_ (draft), ``Self``
+* `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 681 <https://www.python.org/dev/peps/pep-0681/>`_, ``@dataclass_transform()``