Skip to content

[3.12] gh-80361: Fix TypeError in email.Message.get_payload() (GH-117994) #117998

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Apr 17, 2024

It was raised when the charset is rfc2231 encoded, e.g.:

Content-Type: text/plain; charset*=ansi-x3.4-1968''utf-8
(cherry picked from commit deaecb8)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…H-117994)

It was raised when the charset is rfc2231 encoded, e.g.:

   Content-Type: text/plain; charset*=ansi-x3.4-1968''utf-8
(cherry picked from commit deaecb8)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@miss-islington miss-islington requested a review from a team as a code owner April 17, 2024 16:31
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) April 17, 2024 16:33
@serhiy-storchaka serhiy-storchaka merged commit fda8cd1 into python:3.12 Apr 17, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants