Serhiy Storchaka added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18022>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to