Skip to content

[3.13] gh-62978: Use Python 3 terms in the email package docs (GH-155190) - #155637

Merged
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-4603523-3.13
Aug 12, 2026
Merged

[3.13] gh-62978: Use Python 3 terms in the email package docs (GH-155190)#155637
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-4603523-3.13

Conversation

@miss-islington

@miss-islington miss-islington commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Replace "Unicode string" with "string" and the unicode() built-in with
str() in docstrings, comments and documentation of the email package.
"byte string" is only replaced with "bytes" where other bytes-like
objects are not accepted.
(cherry picked from commit 4603523)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Claude Opus 5 (1M context) noreply@anthropic.com

…H-155190)

Replace "Unicode string" with "string" and the unicode() built-in with
str() in docstrings, comments and documentation of the email package.
"byte string" is only replaced with "bytes" where other bytes-like
objects are not accepted.
(cherry picked from commit 4603523ea1cba1ffc47f7704dc5ffe3ed9bf709e)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
@miss-islington
miss-islington requested a review from a team as a code owner August 12, 2026 16:50
@serhiy-storchaka
serhiy-storchaka enabled auto-merge (squash) August 12, 2026 16:52
@serhiy-storchaka
serhiy-storchaka merged commit 1822659 into python:3.13 Aug 12, 2026
45 of 49 checks passed
@miss-islington
miss-islington deleted the backport-4603523-3.13 branch August 12, 2026 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants