[issue10839] email module should not allow some header field repetitions

Berker Peksag report at bugs.python.org
Sun Jun 12 03:22:45 EDT 2016


Berker Peksag added the comment:

The API in Python 3 is very different and I'm not sure we can backport the expected behavior without breaking other people's code (unless we treat this as a security issue). Here is a naive backport for 2.7.

Known test failures: test_get_all, test_get_decoded_uu_payload, test_multipart_no_boundary

----------
nosy: +berker.peksag
Added file: http://bugs.python.org/file43357/issue10839_27.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10839>
_______________________________________


More information about the Python-bugs-list mailing list