Martin Panter added the comment:

Here is patch v2, which fixes some more bugs I uncovered in the 
quoted-printable encoders:

* The binascii version would unnecessarily break a 76-character line (maximum 
length) if it would end with an =XX escape code
* The native Python version would insert soft line breaks in the middle of =XX 
escape codes

----------
type:  -> behavior
Added file: http://bugs.python.org/file37783/quopri-newline.v2.patch

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

Reply via email to