Skip to content

Commit

Permalink
[3.11] pythongh-102988: Adjust version numbers in versionadded direct…
Browse files Browse the repository at this point in the history
…ives
  • Loading branch information
encukou committed Sep 6, 2024
1 parent bc4a703 commit d3fec3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/email.utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ of the new API.

If *strict* is true, use a strict parser which rejects malformed inputs.

.. versionchanged:: 3.13
.. versionchanged:: 3.11.10
Add *strict* optional parameter and reject malformed inputs by default.


Expand Down Expand Up @@ -107,7 +107,7 @@ of the new API.
resent_ccs = msg.get_all('resent-cc', [])
all_recipients = getaddresses(tos + ccs + resent_tos + resent_ccs)

.. versionchanged:: 3.13
.. versionchanged:: 3.11.10
Add *strict* optional parameter and reject malformed inputs by default.


Expand Down

0 comments on commit d3fec3d

Please sign in to comment.