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 benjamin.peterson
Recipients benjamin.peterson, flox, georg.brandl, lemburg, loewis, skip.montanaro
Date 2009-12-11.12:54:39
SpamBayes Score 0.0011572165
Marked as misclassified No
Message-id <1afaf6160912110454r5551146dn32ccdd17fd6e430f@mail.gmail.com>
In-reply-to <4B221767.7010401@egenix.com>
Content
2009/12/11 Marc-Andre Lemburg <report@bugs.python.org>:
> 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.

Didn't you have a proposal for bytes.transform/untransform for
operations like this?
History
Date User Action Args
2009-12-11 12:54:41benjamin.petersonsetrecipients: + benjamin.peterson, lemburg, loewis, skip.montanaro, georg.brandl, flox
2009-12-11 12:54:39benjamin.petersonlinkissue7475 messages
2009-12-11 12:54:39benjamin.petersoncreate