Mark Dickinson <dicki...@gmail.com> added the comment:

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

----------
nosy: +mark.dickinson

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

Reply via email to