[issue23833] email.header.Header folding modifies headers that include semi-colons

R. David Murray report at bugs.python.org
Wed Apr 1 15:31:18 CEST 2015


R. David Murray added the comment:

The header folding algorithm is...not all that smart.  There's a better one in the new policies in email in python3, which does not have this problem (it does have a few others, but the plan is to treat them as bugs and fix them :)

IMO this isn't worth fixing in Python2, but if you want to propose a patch I'll review it.

----------

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


More information about the Python-bugs-list mailing list