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

Martin v. Löwis report at bugs.python.org
Sat Dec 12 00:09:10 CET 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

> codecs.encode()/.decode() provide access to all codecs, regardless
> of their supported type combinations and of course, you can use
> them directly via the codec registry, subclass from them, etc.

I presume that the OP didn't talk about codecs.encode, but about
the methods on string objects. flox, can you clarify what precisely
it is that you miss?

----------

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


More information about the Python-bugs-list mailing list