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