[issue795081] email.Message param parsing problem II

bpoaugust report at bugs.python.org
Mon Dec 12 07:01:53 EST 2016


bpoaugust added the comment:

Rather that change unquote to deal with such malformed input, why not just enhance get/set boundary? That would reduce the impact of any changes.

Also it should be easier to detect trailing rubbish in the value if you know it is a boundary value.

----------
nosy: +bpoaugust

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


More information about the Python-bugs-list mailing list