]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-27737: Allow whitespace only headers encoding (GH-13478) (#13517)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 May 2019 01:41:43 +0000 (18:41 -0700)
committerR. David Murray <rdmurray@bitdance.com>
Thu, 23 May 2019 01:41:43 +0000 (21:41 -0400)
commit0416d6f05a96e0f1b3751aa97abfffe6d3323976
tree14274d5ee030e346445be5dcaf74450c7d430563
parent367fe5757a707c4e3602dee807a9315199ed0b5c
bpo-27737: Allow whitespace only headers encoding (GH-13478) (#13517)

(cherry picked from commit ef5bb25e2d6147cd44be9c9b166525fb30485be0)

Co-authored-by: Batuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
Lib/email/header.py
Lib/test/test_email/test_email.py
Misc/NEWS.d/next/Library/2019-05-22-02-25-31.bpo-27737.7bgKpa.rst [new file with mode: 0644]