[issue1974] email.MIMEText.MIMEText.as_string incorrectly folding long subject header
Barry A. Warsaw
report at bugs.python.org
Tue Mar 31 00:43:42 CEST 2009
Barry A. Warsaw <barry at python.org> added the comment:
So astoundingly, this change has deep implications. The upshot is that
it's difficult to fix this so that headers look nice for e.g. Subject
headers, but so that splitting and wrapping work as expected for e.g.
machine readability of Received headers.
After discussion with other sprinters, I'm committing a change to Python
2.7 to fix this, but I am not back porting the change to 2.6. I think
we should Do It Right for Python 3.1 but this requires (IMO) API changes.
r70772
----------
status: open -> closed
versions: -Python 2.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1974>
_______________________________________
More information about the Python-bugs-list
mailing list