Skip to content

Commit 2e2b1b5

Browse files
authored
[3.11] gh-102988: Adjust version numbers in versionadded directives (#123772)
1 parent bc4a703 commit 2e2b1b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/email.utils.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ of the new API.
6969

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

72-
.. versionchanged:: 3.13
72+
.. versionchanged:: 3.11.10
7373
Add *strict* optional parameter and reject malformed inputs by default.
7474

7575

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

110-
.. versionchanged:: 3.13
110+
.. versionchanged:: 3.11.10
111111
Add *strict* optional parameter and reject malformed inputs by default.
112112

113113

0 commit comments

Comments
 (0)