]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139434: Update selected RFC 2822 references to RFC 5322 (#139435)
authorFilip Łajszczak <filip@lajszczak.dev>
Tue, 4 Nov 2025 19:46:07 +0000 (20:46 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Nov 2025 19:46:07 +0000 (14:46 -0500)
commitce1bb85d286130f44b7e874430b0b12990d61dc1
tree6e1b52e33e54cade8ef2082d15a74c09a4493e88
parent97d8dda980fcddf88b782be343118257f483a864
gh-139434: Update selected RFC 2822 references to RFC 5322 (#139435)

Update selected RFC 2822 references to RFC 5322

RFC 2822 was obsoleted by RFC 5322 in 2008. This updates references
to use the current standard in documentation, docstrings, and comments.

It preserves RFC 2822 references in legacy API components to maintain their
historical context.

RFC 822 → RFC 2822 → RFC 5322 progression is explained where relevant.

In some places specific sections of RFC are referenced where it seems helpful.

Scout rule was applied in some places and RFC mentions format was
normalized in doc strings and comments.
15 files changed:
Doc/library/http.client.rst
Doc/library/http.server.rst
Doc/library/mailbox.rst
Doc/library/time.rst
Doc/tutorial/stdlib.rst
Lib/email/_parseaddr.py
Lib/email/_policybase.py
Lib/email/feedparser.py
Lib/email/generator.py
Lib/email/message.py
Lib/email/parser.py
Lib/http/client.py
Lib/smtplib.py
Lib/test/test_email/data/msg_35.txt
Lib/test/test_email/test_email.py