Skip to content

Commit 9db7b01

Browse files
committed
Merge branch 'fix-issue-134759' of github.com:skv0zsneg/cpython into fix-issue-134759
2 parents af9dae0 + 14bc4e8 commit 9db7b01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Fix ``UnboundLocalError`` in ``email.message.Message.get_payload``. Patch by Kliment Lamonov.
1+
Fix :exc:`UnboundLocalError` in :func:`email.message.Message.get_payload` when
2+
the payload to decode is a :class:`bytes` object. Patch by Kliment Lamonov.

0 commit comments

Comments
 (0)