mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
[3.11] gh-102988: Adjust version numbers in versionadded directives (#123772)
This commit is contained in:
parent
bc4a703a93
commit
2e2b1b5f99
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue