https://github.com/python/cpython/commit/2e2b1b5f99d138212aa1f55e3cf91f36766b1ad2
commit: 2e2b1b5f99d138212aa1f55e3cf91f36766b1ad2
branch: 3.11
author: Petr Viktorin <encu...@gmail.com>
committer: ambv <luk...@langa.pl>
date: 2024-09-06T14:29:04+02:00
summary:

[3.11] gh-102988: Adjust version numbers in versionadded directives (#123772)

files:
M Doc/library/email.utils.rst

diff --git a/Doc/library/email.utils.rst b/Doc/library/email.utils.rst
index 6723dc4f13890d..97ddf49261790a 100644
--- a/Doc/library/email.utils.rst
+++ b/Doc/library/email.utils.rst
@@ -69,7 +69,7 @@ of the new API.
 
    If *strict* is true, use a strict parser which rejects malformed inputs.
 
-   .. versionchanged:: 3.13
+   .. versionchanged:: 3.11.10
       Add *strict* optional parameter and reject malformed inputs by default.
 
 
@@ -107,7 +107,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.11.10
       Add *strict* optional parameter and reject malformed inputs by default.
 
 

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to