mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
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.
4 lines
268 B
ReStructuredText
4 lines
268 B
ReStructuredText
Only treat ``'\n'``, ``'\r'`` and ``'\r\n'`` as line separators in
|
|
re-folding the :mod:`email` messages. Preserve control characters ``'\v'``,
|
|
``'\f'``, ``'\x1c'``, ``'\x1d'`` and ``'\x1e'`` and Unicode line separators
|
|
``'\x85'``, ``'\u2028'`` and ``'\u2029'`` as is.
|