[New-bugs-announce] [issue15249] email.generator.BytesGenerator doesn't mangle "From " lines when non-ASCII bytes are present

Petri Lehtinen report at bugs.python.org
Wed Jul 4 12:13:06 CEST 2012


New submission from Petri Lehtinen <petri at digip.org>:

The _handle_text function of BytesGenerator writes the payload straight through if there surrogateescape sequences are present, and skips the "From " mangling.

----------
components: email
messages: 164641
nosy: barry, petri.lehtinen, r.david.murray
priority: normal
severity: normal
stage: needs patch
status: open
title: email.generator.BytesGenerator doesn't mangle "From " lines when non-ASCII bytes are present
versions: Python 3.2, Python 3.3

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


More information about the New-bugs-announce mailing list