[issue4769] b64decode should accept strings or bytes

R. David Murray report at bugs.python.org
Tue Jun 1 14:18:44 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

The patch appears to be fixing the wrong functions.  It is decode that needs to accept unicode.  Encode should still be restricted to bytes.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4769>
_______________________________________


More information about the Python-bugs-list mailing list