Message234343
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 |
|
| Date |
User |
Action |
Args |
| 2015-01-20 04:44:00 | martin.panter | set | recipients:
+ martin.panter, lemburg, r.david.murray, docs@python, serhiy.storchaka, vajrasky, fredstober |
| 2015-01-20 04:44:00 | martin.panter | set | messageid: <[email protected]> |
| 2015-01-20 04:44:00 | martin.panter | link | issue20121 messages |
| 2015-01-20 04:44:00 | martin.panter | create | |
|