Message189663
| Author | serhiy.storchaka |
|---|---|
| Recipients | Jeremy.Hylton, barry, gvanrossum, r.david.murray, serhiy.storchaka |
| Date | 2013-05-20.14:13:27 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1369059208.07.0.0770184639372.issue18022@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
>>> import quopri, email.quoprimime
>>> quopri.decodestring(b'==41')
b'=41'
>>> email.quoprimime.decode('==41')
'=A'
I don't see a rule about double '=' in RFC 1521-1522 or RFCs 2045-2047 and I think quopri is wrong.
Other half of this bug (encoding '=' as '==') was fixed in 9bc52706d283. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-05-20 14:13:28 | serhiy.storchaka | set | recipients: + serhiy.storchaka, gvanrossum, barry, r.david.murray, Jeremy.Hylton |
| 2013-05-20 14:13:28 | serhiy.storchaka | set | messageid: <1369059208.07.0.0770184639372.issue18022@psf.upfronthosting.co.za> |
| 2013-05-20 14:13:27 | serhiy.storchaka | link | issue18022 messages |
| 2013-05-20 14:13:27 | serhiy.storchaka | create | |