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 r.david.murray
Recipients dniq, mark.dickinson, r.david.murray, serhiy.storchaka, taleinat
Date 2018-06-05.13:30:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528205449.59.0.592728768989.issue33770@psf.upfronthosting.co.za>
In-reply-to
Content
I agree, but that would be a separate enhancement PR.  The email library would use that capability if it existed...currently it adds padding in a loop trying to do the decode if it gets the invalid padding message.  Which of course is going to fail for this case.
History
Date User Action Args
2018-06-05 13:30:49r.david.murraysetrecipients: + r.david.murray, mark.dickinson, taleinat, serhiy.storchaka, dniq
2018-06-05 13:30:49r.david.murraysetmessageid: <1528205449.59.0.592728768989.issue33770@psf.upfronthosting.co.za>
2018-06-05 13:30:49r.david.murraylinkissue33770 messages
2018-06-05 13:30:49r.david.murraycreate