summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDavid Foster <david@dafoster.net>2022-04-13 14:52:19 (GMT)
committerGitHub <noreply@github.com>2022-04-13 14:52:19 (GMT)
commitdfbc792a4b1e033d6628eda463c0933aef081bbe (patch)
treec3b7efb1bebd0da7f2e32d13d1c20f908f1d2f38 /Misc
parent63a032270eba726d36a67e6a33a87284d50e2658 (diff)
downloadcpython-dfbc792a4b1e033d6628eda463c0933aef081bbe.zip
cpython-dfbc792a4b1e033d6628eda463c0933aef081bbe.tar.gz
cpython-dfbc792a4b1e033d6628eda463c0933aef081bbe.tar.bz2
gh-91243: Update authors for Required[] and NotRequired[] implementation (GH-91506)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-04-08-08-55-36.bpo-47087.Q5C3EI.rst2
1 files changed, 1 insertions, 1 deletions
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 3399663..ca686b7 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.