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 cool-RR
Recipients cool-RR, docs@python, ezio.melotti, petri.lehtinen
Date 2011-12-14.09:47:55
SpamBayes Score 0.19549973
Marked as misclassified No
Message-id <1323856076.57.0.281453400373.issue13600@psf.upfronthosting.co.za>
In-reply-to
Content
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`
History
Date User Action Args
2011-12-14 09:47:56cool-RRsetrecipients: + cool-RR, ezio.melotti, docs@python, petri.lehtinen
2011-12-14 09:47:56cool-RRsetmessageid: <1323856076.57.0.281453400373.issue13600@psf.upfronthosting.co.za>
2011-12-14 09:47:55cool-RRlinkissue13600 messages
2011-12-14 09:47:55cool-RRcreate