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

Rik report at bugs.python.org
Mon Feb 24 14:46:47 CET 2014


Rik added the comment:

Ok, so you suggest to use `maxlinelen=None` for the `base64mime.header_encode` which will act the same as giving `maxlinelen=None` to `email.quoprimime`, so that we don't need to change the API?

And this change would then also be reflected in the Python 3.5 legacy interface?

----------

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


More information about the Python-bugs-list mailing list