[issue1645148] MIME renderer: wrong header line break with long subject?

2009-03-30 Thread Chris Withers
Chris Withers ch...@simplistix.co.uk added the comment: This bug is a combination of [Issue1974] and [Issue5612]. [Issue1974] is being worked on. [Issue5612] is fixed in Python 3, but will need more work to be fixed in Python 2, *if* anyone cares about it... Please followup on one of these

[issue1645148] MIME renderer: wrong header line break with long subject?

2009-03-30 Thread Barry A. Warsaw
Changes by Barry A. Warsaw ba...@python.org: -- assignee: cjw296 - barry status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1645148 ___

[issue1645148] MIME renderer: wrong header line break with long subject?

2008-05-11 Thread Kayne Naughton
Kayne Naughton [EMAIL PROTECTED] added the comment: Just struck this myself, found Andi's solution to work. Constructing the header using email.header stops it from breaking the line awkwardly (vs. just storing a string). Suggest the documentation example page be updated to use header() in

[issue1645148] MIME renderer: wrong header line break with long subject?

2008-05-11 Thread Kayne Naughton
Kayne Naughton [EMAIL PROTECTED] added the comment: Argg, yes, as Andi explained it's the tab (not sure how I missed that on first reading). _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1645148 _