[issue18886] BytesGenerator does not handle 'binary' CTE correctly

R. David Murray report at bugs.python.org
Fri Aug 30 22:37:30 CEST 2013


New submission from R. David Murray:

ByteGenerator will assume that it can change any linesep characters to the linesep being used for the general message serialization, even if the content transfer encoding is 'binary'.  This is incorrect, as existing \r and \n characters in binary parts must be retained exactly as is.

----------
components: email
messages: 196572
nosy: barry, r.david.murray
priority: normal
severity: normal
stage: needs patch
status: open
title: BytesGenerator does not handle 'binary' CTE correctly
type: behavior
versions: Python 3.3, Python 3.4

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


More information about the Python-bugs-list mailing list