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 taleinat
Recipients dniq, mark.dickinson, r.david.murray, taleinat
Date 2018-06-05.08:41:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528188113.0.0.592728768989.issue33770@psf.upfronthosting.co.za>
In-reply-to
Content
A base64-encoded string's length can only have a remainder of 0, 2 or 3, but never 1. This is why the padding you get when encoding can only be '=' or '==' but never '==='.
History
Date User Action Args
2018-06-05 08:41:53taleinatsetrecipients: + taleinat, mark.dickinson, r.david.murray, dniq
2018-06-05 08:41:53taleinatsetmessageid: <1528188113.0.0.592728768989.issue33770@psf.upfronthosting.co.za>
2018-06-05 08:41:52taleinatlinkissue33770 messages
2018-06-05 08:41:52taleinatcreate