This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:28serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, barry, r.david.murray, Jeremy.Hylton
2013-05-20 14:13:28serhiy.storchakasetmessageid: <1369059208.07.0.0770184639372.issue18022@psf.upfronthosting.co.za>
2013-05-20 14:13:27serhiy.storchakalinkissue18022 messages
2013-05-20 14:13:27serhiy.storchakacreate