diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index b4ba6a5dbe30c8d..2caf1f8a12b90d9 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -200,8 +200,8 @@ email encountered instead of potentially inaccurate values. Add optional *strict* parameter to these two functions: use ``strict=False`` to get the old behavior, accept malformed inputs. - (Contributed by Thomas Dwyer for :gh:`102988` to improve the CVE-2023-27043 - fix.) + (Contributed by Thomas Dwyer and Victor Stinner for :gh:`102988` to improve + the CVE-2023-27043 fix.) glob ---- diff --git a/Misc/NEWS.d/next/Library/2023-10-20-15-28-08.gh-issue-102988.dStNO7.rst b/Misc/NEWS.d/next/Library/2023-10-20-15-28-08.gh-issue-102988.dStNO7.rst index d4703588cf12a80..72d3c75f77ade0b 100644 --- a/Misc/NEWS.d/next/Library/2023-10-20-15-28-08.gh-issue-102988.dStNO7.rst +++ b/Misc/NEWS.d/next/Library/2023-10-20-15-28-08.gh-issue-102988.dStNO7.rst @@ -2,5 +2,5 @@ return ``('', '')`` 2-tuples in more situations where invalid email addresses are encountered instead of potentially inaccurate values. Add optional *strict* parameter to these two functions: use ``strict=False`` to -get the old behavior, accept malformed inputs. Patch by Thomas Dwyer to -improve the CVE-2023-27043 fix. +get the old behavior, accept malformed inputs. Patch by Thomas Dwyer and Victor +Stinner to improve the CVE-2023-27043 fix.