From: David Foster Date: Wed, 13 Apr 2022 14:52:19 +0000 (-0400) Subject: gh-91243: Update authors for Required[] and NotRequired[] implementation (GH-91506) X-Git-Tag: v3.11.0b1~384 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dfbc792a4b1e033d6628eda463c0933aef081bbe;p=thirdparty%2FPython%2Fcpython.git gh-91243: Update authors for Required[] and NotRequired[] implementation (GH-91506) --- 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 339966321404..ca686b7da873 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.