From 997161d276ae97182f431bff44a76dc291713a62 Mon Sep 17 00:00:00 2001 From: David Foster Date: Wed, 13 Apr 2022 08:55:15 -0400 Subject: [PATCH] Update authors for Required[] and NotRequired[] implementation --- .../next/Library/2022-04-08-08-55-36.bpo-47087.Q5C3EI.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Library/2022-04-08-08-55-36.bpo-47087.Q5C3EI.rst b/Misc/NEWS.d/next/Library/2022-04-08-08-55-36.bpo-47087.Q5C3EI.rst index 33996632140450..ca686b7da873b4 100644 --- a/Misc/NEWS.d/next/Library/2022-04-08-08-55-36.bpo-47087.Q5C3EI.rst +++ b/Misc/NEWS.d/next/Library/2022-04-08-08-55-36.bpo-47087.Q5C3EI.rst @@ -1,2 +1,2 @@ Implement ``typing.Required`` and ``typing.NotRequired`` (:pep:`655`). Patch -by Jelle Zijlstra. +by David Foster and Jelle Zijlstra.