From 0a31779909e9af1897d5926830b8d80ae874b210 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Mon, 25 Jul 2022 15:53:33 -0400 Subject: [PATCH] Update `CONTRIBUTING.md` as `TypeAlias` is now allowed (#8397) --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 48b9aa89f..f5a9de83e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -251,8 +251,6 @@ Accepted features that *cannot* yet be used in typeshed include: - [PEP 570](https://www.python.org/dev/peps/pep-0570/) (positional-only arguments): see [#4972](https://github.com/python/typeshed/issues/4972), use argument names prefixed with `__` instead -- [PEP 613](https://www.python.org/dev/peps/pep-0613/) (TypeAlias): - see [#4913](https://github.com/python/typeshed/issues/4913) The following features are partially supported: - [PEP 585](https://www.python.org/dev/peps/pep-0585/) (builtin