From: Petr Viktorin Date: Fri, 6 Sep 2024 11:08:54 +0000 (+0200) Subject: [3.12] gh-102988: Adjust version numbers in versionadded directives (GH-123771) X-Git-Tag: v3.12.6~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc207e85f7e64a6cf61645acb040f36af0da41b8;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-102988: Adjust version numbers in versionadded directives (GH-123771) --- diff --git a/Doc/library/email.utils.rst b/Doc/library/email.utils.rst index 6bd45200d868..1cb744b545d1 100644 --- a/Doc/library/email.utils.rst +++ b/Doc/library/email.utils.rst @@ -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.