[issue11772] email header wrapping edge case failure

R. David Murray report at bugs.python.org
Tue Apr 5 15:33:13 CEST 2011


New submission from R. David Murray <rdmurray at bitdance.com>:

I discovered the attached failure case in the process of investigating another issue.  The bug (a continuation line with no leading white space) doesn't exist in 2.7, but in 2.7 the extra whitespace is not preserved (that is, the output of the new test looks just like the output of the Face2 test), which is consistent with email4's handling of header whitespace in general.

----------
assignee: r.david.murray
components: Library (Lib)
files: test_email_extra_test.patch
keywords: patch
messages: 133029
nosy: r.david.murray
priority: normal
severity: normal
stage: needs patch
status: open
title: email header wrapping edge case failure
type: behavior
versions: Python 3.1, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file21542/test_email_extra_test.patch

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


More information about the Python-bugs-list mailing list