Message234343
| Author | martin.panter |
|---|---|
| Recipients | docs@python, fredstober, lemburg, martin.panter, r.david.murray, serhiy.storchaka, vajrasky |
| Date | 2015-01-20.04:43:59 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1421729040.48.0.546858290146.issue20121@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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 |
|
| History | |||
|---|---|---|---|
| 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: <1421729040.48.0.546858290146.issue20121@psf.upfronthosting.co.za> |
| 2015-01-20 04:44:00 | martin.panter | link | issue20121 messages |
| 2015-01-20 04:44:00 | martin.panter | create | |