Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2e2b1b5

Browse filesBrowse files
authored
[3.11] gh-102988: Adjust version numbers in versionadded directives (#123772)
1 parent bc4a703 commit 2e2b1b5
Copy full SHA for 2e2b1b5

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎Doc/library/email.utils.rst

Copy file name to clipboardExpand all lines: Doc/library/email.utils.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ of the new API.
6969

7070
If *strict* is true, use a strict parser which rejects malformed inputs.
7171

72-
.. versionchanged:: 3.13
72+
.. versionchanged:: 3.11.10
7373
Add *strict* optional parameter and reject malformed inputs by default.
7474

7575

@@ -107,7 +107,7 @@ of the new API.
107107
resent_ccs = msg.get_all('resent-cc', [])
108108
all_recipients = getaddresses(tos + ccs + resent_tos + resent_ccs)
109109

110-
.. versionchanged:: 3.13
110+
.. versionchanged:: 3.11.10
111111
Add *strict* optional parameter and reject malformed inputs by default.
112112

113113

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.