mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
[3.12] gh-102988: Adjust version numbers in versionadded directives (GH-123771)
This commit is contained in:
parent
15068242bd
commit
bc207e85f7
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue