We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1506824 commit bc207e8Copy full SHA for bc207e8
Doc/library/email.utils.rst
@@ -67,7 +67,7 @@ of the new API.
67
68
If *strict* is true, use a strict parser which rejects malformed inputs.
69
70
- .. versionchanged:: 3.13
+ .. versionchanged:: 3.12.6
71
Add *strict* optional parameter and reject malformed inputs by default.
72
73
@@ -105,7 +105,7 @@ of the new API.
105
resent_ccs = msg.get_all('resent-cc', [])
106
all_recipients = getaddresses(tos + ccs + resent_tos + resent_ccs)
107
108
109
110
111
0 commit comments