]> granicus.if.org Git - python/commit
bpo-33524: Fix the folding of email header when max_line_length is 0 or None (#13391)
authorAbhilash Raj <maxking@users.noreply.github.com>
Fri, 17 May 2019 19:28:44 +0000 (12:28 -0700)
committerR. David Murray <rdmurray@bitdance.com>
Fri, 17 May 2019 19:28:44 +0000 (15:28 -0400)
commitfeac6cd7753425fba006e97e2d9b74a0c0c75894
tree60e2974c9254ed17c8bc5e7bf952c1668ed36e77
parentcbe72d842646ded2454784679231e3d1e6252e72
bpo-33524: Fix the folding of email header when max_line_length is 0 or None (#13391)

and there are non-ascii characters in the header.
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]