This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author flox
Recipients benjamin.peterson, flox, georg.brandl, lemburg, loewis, skip.montanaro
Date 2009-12-11.17:05:42
SpamBayes Score 0.06757369
Marked as misclassified No
Message-id <1260551152.45.0.612192230242.issue7475@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-12-11 17:05:53floxsetrecipients: + flox, lemburg, loewis, skip.montanaro, georg.brandl, benjamin.peterson
2009-12-11 17:05:52floxsetmessageid: <1260551152.45.0.612192230242.issue7475@psf.upfronthosting.co.za>
2009-12-11 17:05:47floxlinkissue7475 messages
2009-12-11 17:05:46floxcreate