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

flox report at bugs.python.org
Fri Dec 11 18:05:52 CET 2009


flox <laxyf at yahoo.fr> added the comment:

I've ported the codecs from Py2:
    base64, bytes_escape, bz2, hex, quopri, rot13, uu and zlib

It's not a big deal. Basically:
 - StringIO.StringIO --> io.BytesIO
 - 'string_escape' --> 'bytes_escape'

Will add documentation if we agree on the feature.

----------
Added file: http://bugs.python.org/file15526/issue7475_missing_codecs_py3k.diff

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


More information about the Python-bugs-list mailing list