R. David Murray <rdmur...@bitdance.com> added the comment:

OK, it looks like the wrapping problem arises when the line contains runs of 
blank delimited tokens longer than maxlinelen *and* the line also contains 
';'s.  The line is then split at the ';' and the remaining overlong pieces are 
not split.

I'll work on a fix.

----------
stage: committed/rejected -> needs patch
title: email.header.Header doesn't fold headers at spaces -> 
email.header.Header doesn't fold headers at spaces if value contains ';'s

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11492>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to