[issue20747] Charset.header_encode in email.charset doesn't take a maxlinelen argument and has inconsistent behavior with different encodings

R. David Murray report at bugs.python.org
Mon Feb 24 15:28:42 CET 2014


R. David Murray added the comment:

Well, we have to make base64mime.header_encode also handle a None value...so perhaps instead we should just use 10000, which is what the Header wrapping code in python3 does.

Python3's Header doesn't have this bug.

----------

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


More information about the Python-bugs-list mailing list