Skip to content

gh-62978: Use Python 3 terms in the email package docs - #155190

Open
serhiy-storchaka wants to merge 1 commit into
python:mainfrom
serhiy-storchaka:gh-62978-email-py2-language
Open

gh-62978: Use Python 3 terms in the email package docs#155190
serhiy-storchaka wants to merge 1 commit into
python:mainfrom
serhiy-storchaka:gh-62978-email-py2-language

Conversation

@serhiy-storchaka

Copy link
Copy Markdown
Member

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: Header(), Header.append() and BytesParser.parsebytes() accept a bytearray as well.

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.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@serhiy-storchaka
serhiy-storchaka requested a review from a team as a code owner August 4, 2026 19:16
@serhiy-storchaka serhiy-storchaka added docs Documentation in the Doc dir needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes needs backport to 3.15 pre-release feature fixes, bugs and security fixes skip news topic-email labels Aug 4, 2026
@github-project-automation github-project-automation Bot moved this to Todo in Docs PRs Aug 4, 2026
@read-the-docs-community

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting core review docs Documentation in the Doc dir needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes needs backport to 3.15 pre-release feature fixes, bugs and security fixes skip news topic-email

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant