Skip to content

Commit bc207e8

Browse files
authored
[3.12] gh-102988: Adjust version numbers in versionadded directives (GH-123771)
1 parent 1506824 commit bc207e8

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
@@ -67,7 +67,7 @@ of the new API.
6767

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

70-
.. versionchanged:: 3.13
70+
.. versionchanged:: 3.12.6
7171
Add *strict* optional parameter and reject malformed inputs by default.
7272

7373

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

108-
.. versionchanged:: 3.13
108+
.. versionchanged:: 3.12.6
109109
Add *strict* optional parameter and reject malformed inputs by default.
110110

111111

0 commit comments

Comments
 (0)