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 Claudiu Saftoiu
Recipients Claudiu Saftoiu
Date 2016-06-27.04:52:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467003168.77.0.181135273122.issue27397@psf.upfronthosting.co.za>
In-reply-to
Content
I'm processing Yahoo! Groups backup archives, and came across an email message which causes the `.get_payload(decode=True)` step to raise an AssertionError. Particularly, the following exception is raised in `lib/python3.5/email/_encoded_words.py`, line 124:

            # This should never happen.
            raise AssertionError("unexpected binascii.Error")

Attached is the file which, when run under Python 3.5.1, causes the exception to be raised.
History
Date User Action Args
2016-06-27 04:52:48Claudiu Saftoiusetrecipients: + Claudiu Saftoiu
2016-06-27 04:52:48Claudiu Saftoiusetmessageid: <1467003168.77.0.181135273122.issue27397@psf.upfronthosting.co.za>
2016-06-27 04:52:48Claudiu Saftoiulinkissue27397 messages
2016-06-27 04:52:48Claudiu Saftoiucreate