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 r.david.murray
Recipients barry, belopolsky, benjamin.peterson, cben, eric.araujo, ezio.melotti, flox, georg.brandl, gvanrossum, jcea, lemburg, loewis, ncoghlan, pconnell, petri.lehtinen, r.david.murray, ssbarnea, vstinner
Date 2013-04-23.14:41:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366728102.34.0.306043083196.issue7475@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2013-04-23 14:41:42r.david.murraysetrecipients: + r.david.murray, lemburg, gvanrossum, loewis, barry, georg.brandl, jcea, cben, ncoghlan, belopolsky, vstinner, benjamin.peterson, ezio.melotti, eric.araujo, ssbarnea, flox, petri.lehtinen, pconnell
2013-04-23 14:41:42r.david.murraysetmessageid: <1366728102.34.0.306043083196.issue7475@psf.upfronthosting.co.za>
2013-04-23 14:41:42r.david.murraylinkissue7475 messages
2013-04-23 14:41:42r.david.murraycreate