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 mark.dickinson
Recipients dniq, mark.dickinson
Date 2018-06-04.20:29:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528144192.19.0.592728768989.issue33770@psf.upfronthosting.co.za>
In-reply-to
Content
This doesn't look like a valid base64 string to me: the padding (if present) at the end of the string should be either "=" or "==", never "===".

Is the length of the decoded string equal to 58? If so, what's the last character of that decoded string? Whatever it is, it should end up being encoded as "xx==" (for some values of "x"), not as "Q===".
History
Date User Action Args
2018-06-04 20:29:52mark.dickinsonsetrecipients: + mark.dickinson, dniq
2018-06-04 20:29:52mark.dickinsonsetmessageid: <1528144192.19.0.592728768989.issue33770@psf.upfronthosting.co.za>
2018-06-04 20:29:52mark.dickinsonlinkissue33770 messages
2018-06-04 20:29:52mark.dickinsoncreate