◐ Shell
clean mode source ↗

[3.12] gh-102988: Adjust version numbers in versionadded directives by encukou · Pull Request #123771 · python/cpython

Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down