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 ncoghlan
Recipients belopolsky, benjamin.peterson, cben, eric.araujo, flox, georg.brandl, gvanrossum, lemburg, loewis, ncoghlan, ssbarnea, vstinner
Date 2011-10-19.22:12:37
SpamBayes Score 8.683039e-05
Marked as misclassified No
Message-id <1319062358.1.0.369080587808.issue7475@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, typo in my second error example. The command should be:

  b'a'.decode('rot_13')

(Since str objects don't offer a decode() method any more)
History
Date User Action Args
2011-10-19 22:12:38ncoghlansetrecipients: + ncoghlan, lemburg, gvanrossum, loewis, georg.brandl, cben, belopolsky, vstinner, benjamin.peterson, eric.araujo, ssbarnea, flox
2011-10-19 22:12:38ncoghlansetmessageid: <1319062358.1.0.369080587808.issue7475@psf.upfronthosting.co.za>
2011-10-19 22:12:37ncoghlanlinkissue7475 messages
2011-10-19 22:12:37ncoghlancreate