-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
stdlibPython modules in the Lib dirPython modules in the Lib dirtopic-emailtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
html_body = part.get_payload(decode=True).decode()
File "/usr/local/lib/python3.8/email/message.py", line 282, in get_payload
return quopri.decodestring(bpayload)
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
- gh-134759:
UnboundLocalError
inemail.message.Message.get_payload
#136071 - [3.14] gh-134759: fix
UnboundLocalError
inemail.message.Message.get_payload
(GH-136071) #136579 - [3.13] gh-134759: fix
UnboundLocalError
inemail.message.Message.get_payload
(GH-136071) #136580 - Fix UnboundLocalError in email.message.Message.get_payload (GH-134759) Cline Fix #136751
Metadata
Metadata
Assignees
Labels
stdlibPython modules in the Lib dirPython modules in the Lib dirtopic-emailtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error