[issue6681] email.parser clips trailing \n of multipart/mixed part if part ends in \r\n

Barry A. Warsaw report at bugs.python.org
Tue Aug 11 17:21:06 CEST 2009


Barry A. Warsaw <barry at python.org> added the comment:

Note that the headers in the subpart don't matter at all.  I'm sure this
is not a problem with MIME parsing, but with line ending issues.  It
might be related to mixing line endings, but we know that the email
package has some line ending problems.

----------
nosy: +barry

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


More information about the Python-bugs-list mailing list