diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-04-17 10:00:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-17 10:00:25 (GMT) |
commit | aec1dac4efe36a7db51f08385ddcce978814dbe3 (patch) | |
tree | 79b182f01e4d917bfa03810fb9e73845765e16f8 /Python/tracemalloc.c | |
parent | 4e502a4997af4c8042a6ac13115a3f8ba31520ea (diff) | |
download | cpython-aec1dac4efe36a7db51f08385ddcce978814dbe3.zip cpython-aec1dac4efe36a7db51f08385ddcce978814dbe3.tar.gz cpython-aec1dac4efe36a7db51f08385ddcce978814dbe3.tar.bz2 |
gh-117313: Fix re-folding email messages containing non-standard line separators (GH-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.
Diffstat (limited to 'Python/tracemalloc.c')
0 files changed, 0 insertions, 0 deletions