Tal Einat <talei...@gmail.com> added the comment:
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 '==='.

----------
nosy: +taleinat

_______________________________________
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