summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2024-04-17 10:00:25 (GMT)
committerGitHub <noreply@github.com>2024-04-17 10:00:25 (GMT)
commitaec1dac4efe36a7db51f08385ddcce978814dbe3 (patch)
tree79b182f01e4d917bfa03810fb9e73845765e16f8 /Python/pythonrun.c
parent4e502a4997af4c8042a6ac13115a3f8ba31520ea (diff)
downloadcpython-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/pythonrun.c')
0 files changed, 0 insertions, 0 deletions