]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-91243: Update authors for Required[] and NotRequired[] implementation (GH-91506)
authorDavid Foster <david@dafoster.net>
Wed, 13 Apr 2022 14:52:19 +0000 (10:52 -0400)
committerGitHub <noreply@github.com>
Wed, 13 Apr 2022 14:52:19 +0000 (07:52 -0700)
Misc/NEWS.d/next/Library/2022-04-08-08-55-36.bpo-47087.Q5C3EI.rst

index 33996632140450f27bfe339bd976966adb4e04b1..ca686b7da873b48cf75bcf51cb93e698c0250268 100644 (file)
@@ -1,2 +1,2 @@
 Implement ``typing.Required`` and ``typing.NotRequired`` (:pep:`655`). Patch
-by Jelle Zijlstra.
+by David Foster and Jelle Zijlstra.