[3.12] gh-102988: Adjust version numbers in versionadded directives (GH-123771)

This commit is contained in:
Petr Viktorin 2024-09-06 13:08:54 +02:00 committed by GitHub
parent 15068242bd
commit bc207e85f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,7 @@ of the new API.
If *strict* is true, use a strict parser which rejects malformed inputs.
.. versionchanged:: 3.13
.. versionchanged:: 3.12.6
Add *strict* optional parameter and reject malformed inputs by default.
@ -105,7 +105,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.12.6
Add *strict* optional parameter and reject malformed inputs by default.