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

R. David Murray report at bugs.python.org
Tue May 29 15:17:35 CEST 2012


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

Committed.  It is almost never the right thing to do to allow duplicates of unique headers, but an application that does need it can create a policy subclass and override the header_max_count method.

----------
resolution:  -> fixed
stage: test needed -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list