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

R. David Murray report at bugs.python.org
Tue Apr 23 16:41:42 CEST 2013


R. David Murray added the comment:

I was visualizing transform/untransform as being restricted to buffertype->bytes and stringtype->string, which at least for binascii-type transforms is all the modules support.  After all, you don't get to choose what type of object you get back from encode or decode.

A more generalized transformation (encode/decode) utility is also interesting, but how many non-string non-bytes transformations do we actually support?

----------

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


More information about the Python-bugs-list mailing list