Message 190889 - Python tracker

Message190889

Author serhiy.storchaka
Recipients Jeremy.Hylton, barry, gvanrossum, r.david.murray, serhiy.storchaka
Date 2013-06-10.06:35:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370846136.72.0.665954608103.issue18022@psf.upfronthosting.co.za>
In-reply-to
Content
Perl's MIME::QuotedPrint produces same result as pure Python quopri. konwert qp-8bit produces same result as binascii (except '==41' it decodes as '=A').

RFC 2045 says:

"""A
          reasonable approach by a robust implementation might be
          to include the "=" character and the following
          character in the decoded data without any
          transformation and, if possible, indicate to the user
          that proper decoding was not possible at this point in
          the data.
"""
History
Date User Action Args
2013-06-10 06:35:36serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, barry, r.david.murray, Jeremy.Hylton
2013-06-10 06:35:36serhiy.storchakasetmessageid: <1370846136.72.0.665954608103.issue18022@psf.upfronthosting.co.za>
2013-06-10 06:35:36serhiy.storchakalinkissue18022 messages
2013-06-10 06:35:36serhiy.storchakacreate