You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix :exc:`email.errors.HeaderWriteError` in :mod:`email.policy.default` which incorrectly added double newlines when folding lines containing unfoldable syntactic elements wider than max_line_len.
1
+
Fix a bug in the :mod:`email.policy.default` folding algorithm which incorrectly resulted in a doubled newline when a line ending at exactly max_line_length was followed by an unfoldable token.
0 commit comments