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.