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 <[email protected]>
In-reply-to <[email protected]>
Content
2009/12/11 Marc-Andre Lemburg <[email protected]>:
> 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