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

R. David Murray report at bugs.python.org
Mon Jan 2 18:51:10 CET 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

Regardless of what anybody thinks about the design, it is what it is and can't be changed for backward compatibility reasons.  The best we can do is reject creating duplicate headers for headers that may only appear once.  That feature has already been coded in the new version of the email package (see http://pypi.python.org/pypi/email), but has not yet been committed to the trunk, which is why this issue is still open.

----------

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


More information about the Python-bugs-list mailing list