Skip to content

Commit

Permalink
Credit myself in the Changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Nov 30, 2023
1 parent cda8ed3 commit db544fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit db544fb

Please sign in to comment.