]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33524: Fix the folding of email header when max_line_length is 0 or None (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 May 2019 20:47:12 +0000 (13:47 -0700)
committerGitHub <noreply@github.com>
Fri, 17 May 2019 20:47:12 +0000 (13:47 -0700)
commit5386aaf07835889e90fb33e95b6d37197f8cfea0
tree122e378e142603f1defdf1cd00768baeb01ff9e0
parent9050aaf6eef422e16de9707f981697c668d433db
bpo-33524: Fix the folding of email header when max_line_length is 0 or None (GH-13391)

and there are non-ascii characters in the header.
(cherry picked from commit feac6cd7753425fba006e97e2d9b74a0c0c75894)

Co-authored-by: Abhilash Raj <maxking@users.noreply.github.com>
Lib/email/_header_value_parser.py
Lib/email/policy.py
Lib/test/test_email/test_policy.py
Misc/NEWS.d/next/Library/2019-05-17-11-44-21.bpo-33524.8y_xUU.rst [new file with mode: 0644]