diff options
author | Batuhan Taşkaya <47358913+isidentical@users.noreply.github.com> | 2019-05-23 04:13:16 +0300 |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2019-05-22 21:13:16 -0400 |
commit | ef5bb25e2d6147cd44be9c9b166525fb30485be0 (patch) | |
tree | 34b3fa59b4861461fab7223207c8605b75e88ec6 /Misc | |
parent | 6bc5917903b722bdd0e5d3020949f26fec5dfe9a (diff) | |
download | cpython-git-ef5bb25e2d6147cd44be9c9b166525fb30485be0.tar.gz |
bpo-27737: Allow whitespace only headers encoding (#13478)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-05-22-02-25-31.bpo-27737.7bgKpa.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-05-22-02-25-31.bpo-27737.7bgKpa.rst b/Misc/NEWS.d/next/Library/2019-05-22-02-25-31.bpo-27737.7bgKpa.rst new file mode 100644 index 0000000000..02d0ef891b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-05-22-02-25-31.bpo-27737.7bgKpa.rst @@ -0,0 +1,2 @@ +Allow whitespace only header encoding in ``email.header`` - by Batuhan +Taskaya |