Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.12] gh-117313: Fix re-folding email messages containing non-standard line separators (GH-117369) #117971

Merged
merged 1 commit into from
Apr 17, 2024

Commits on Apr 17, 2024

  1. pythongh-117313: Fix re-folding email messages containing non-standar…

    …d line separators (pythonGH-117369)
    
    Only treat '\n', '\r' and '\r\n' as line separators in re-folding the email
    messages.  Preserve control characters '\v', '\f', '\x1c', '\x1d' and '\x1e'
    and Unicode line separators '\x85', '\u2028' and '\u2029' as is.
    (cherry picked from commit aec1dac)
    
    Co-authored-by: Serhiy Storchaka <[email protected]>
    serhiy-storchaka authored and miss-islington committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    22cdd66 View commit details
    Browse the repository at this point in the history