This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: email header wrapping edge case failure
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.1, Python 3.2, Python 3.3
process
Status: closed Resolution: duplicate
Dependencies: Superseder: email.header.Header doesn't fold headers correctly
View: 11492
Assigned To: r.david.murray Nosy List: r.david.murray
Priority: normal Keywords: patch

Created on 2011-04-05 13:33 by r.david.murray, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_email_extra_test.patch r.david.murray, 2011-04-05 13:33 review
Messages (1)
msg133029 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2011-04-05 13:33
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.
History
Date User Action Args
2022-04-11 14:57:15adminsetgithub: 55981
2011-04-10 16:59:34r.david.murraysetstatus: open -> closed
resolution: duplicate
superseder: email.header.Header doesn't fold headers correctly
stage: needs patch -> resolved
2011-04-05 13:33:12r.david.murraycreate