From 9ca7cbd48cb914a8f30b5f7808a26e575e37f584 Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Mon, 22 Apr 2024 17:35:05 -0700 Subject: [PATCH] Updated documentation to show that PEP 742 is no longer in draft form. --- docs/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.md b/docs/features.md index 217b234e1..c136964fe 100644 --- a/docs/features.md +++ b/docs/features.md @@ -37,7 +37,7 @@ Pyright supports [configuration files](configuration.md) that provide granular c * [PEP 705](https://www.python.org/dev/peps/pep-0705/) TypedDict: read-only items * [PEP 712](https://www.python.org/dev/peps/pep-0712/) (draft) converter parameter on dataclasses.field * [PEP 728](https://www.python.org/dev/peps/pep-0728/) (draft) TypedDict with typed extra items -* [PEP 742](https://www.python.org/dev/peps/pep-0742/) (draft) narrowing types with TypeIs +* [PEP 742](https://www.python.org/dev/peps/pep-0742/) narrowing types with TypeIs * Type inference for function return values, instance variables, class variables, and globals * Type guards that understand conditional code flow constructs like if/else statements