Skip to content

Commit fb23a6e

Browse files
committed
fixup! Fix email header wrapping omitting white space
1 parent 1a7824e commit fb23a6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/email/_header_value_parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3043,7 +3043,6 @@ def _fold_as_ew(to_encode, lines, maxlen, last_ew, ew_combine_allowed, charset,
30433043
# encoded word.
30443044
leading_whitespace = _steal_all_trailing_WSP_if_exists(lines)
30453045
to_encode = leading_whitespace + to_encode
3046-
lines[-1] = ' '
30473046

30483047
trailing_wsp = ''
30493048
if to_encode[-1] in WSP:

0 commit comments

Comments
 (0)