[issue7475] codecs missing: base64 bz2 hex zlib hex_codec ...

STINNER Victor report at bugs.python.org
Sun Jan 2 20:01:52 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

See issue #10807: 'base64' can be used with bytes.decode() (and str.encode()), but it raises a confusing exception (TypeError: expected bytes, not memoryview).

----------

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


More information about the Python-bugs-list mailing list