]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34424: Handle different policy.linesep lengths correctly. (GH-8803)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 14 May 2019 02:02:46 +0000 (19:02 -0700)
committerGitHub <noreply@github.com>
Tue, 14 May 2019 02:02:46 +0000 (19:02 -0700)
commitc0abd0c8e9b62bc008fc74cfbfbbab36ef7d7617
tree4f3abf1e5f63ba1e5259877841c0a4dbd6f1e9ca
parent7f485ea4fc17c5afb38cd0478ff15326fb5a47fc
bpo-34424: Handle different policy.linesep lengths correctly. (GH-8803)

(cherry picked from commit 45b2f8893c1b7ab3b3981a966f82e42beea82106)

Co-authored-by: Jens Troeger <jenstroeger@users.noreply.github.com>
Lib/email/_header_value_parser.py
Lib/test/test_email/test_generator.py
Misc/NEWS.d/next/Library/2018-08-18-14-47-00.bpo-34424.wAlRuS.rst [new file with mode: 0644]