[docs] [issue20121] quopri_codec newline handling
Martin Panter
report at bugs.python.org
Tue Jan 20 05:44:00 CET 2015
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 <report at bugs.python.org>
<http://bugs.python.org/issue20121>
_______________________________________
More information about the docs
mailing list