Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into email-comma-after-fold
  • Loading branch information
serhiy-storchaka committed May 22, 2024
commit 181e2d436d8d2349e95c9769174a9208b60a6de2
2 changes: 2 additions & 0 deletions Lib/email/_header_value_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2868,6 +2868,8 @@ def _refold_parse_tree(parse_tree, *, policy):
# (e.g. a ListSeparator).
last_ew = None
want_encoding = False
# fall through

if len(tstr) <= maxlen - len(lines[-1]):
lines[-1] += tstr
continue
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.