➜

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.

作者 cool-RR
收信人 cool-RR, docs@python, ezio.melotti, petri.lehtinen
日期 2011-12-14.09:47:55
SpamBayes Score 0.19549973
Marked as misclassified 否
Message-id <1323856076.57.0.281453400373.issue13600@psf.upfronthosting.co.za>
In-reply-to
内容
Then I suggest replacing this error message:

    encoder did not return a bytes object (type=str)

and this one:

    'memoryview' object has no attribute 'translate'

With something like:

    Please use `codecs.lookup('rot-13').encode`
历史
日期 用户 动作 参数
2011-12-14 09:47:56cool-RR修改recipients: + cool-RR, ezio.melotti, docs@python, petri.lehtinen
2011-12-14 09:47:56cool-RR修改messageid: <1323856076.57.0.281453400373.issue13600@psf.upfronthosting.co.za>
2011-12-14 09:47:55cool-RR链接issue13600 messages
2011-12-14 09:47:55cool-RR创建