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.

作者 r.david.murray
收信人 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
日期 2013-04-23.14:41:42
SpamBayes Score -1.0
Marked as misclassified
Message-id <1366728102.34.0.306043083196.issue7475@psf.upfronthosting.co.za>
In-reply-to
内容
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?
历史
日期 用户 动作 参数
2013-04-23 14:41:42r.david.murray修改recipients: + 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.murray修改messageid: <1366728102.34.0.306043083196.issue7475@psf.upfronthosting.co.za>
2013-04-23 14:41:42r.david.murray链接issue7475 messages
2013-04-23 14:41:42r.david.murray创建