https://github.com/python/cpython/commit/bc207e85f7e64a6cf61645acb040f36af0da41b8
commit: bc207e85f7e64a6cf61645acb040f36af0da41b8
branch: 3.12
author: Petr Viktorin <[email protected]>
committer: encukou <[email protected]>
date: 2024-09-06T11:08:54Z
summary:
[3.12] gh-102988: Adjust version numbers in versionadded directives (GH-123771)
files:
M Doc/library/email.utils.rst
diff --git a/Doc/library/email.utils.rst b/Doc/library/email.utils.rst
index 6bd45200d86863..1cb744b545d1ad 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.
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]