Message189663
>>> 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. |
|
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 | |
|