FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.12] gh-102988: Adjust version numbers in versionadded directives by encukou · Pull Request #123771 · python/cpython · GitHub

/ cpython Public
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .rst  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
4 changes: 2 additions & 2 deletions Doc/library/email.utils.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down Expand Up @@ -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.


Expand Down

Back | FazBrowse Home | New Git URL