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 pitrou
Recipients alexandre.vassalotti, irmen, meador.inge, pitrou
Date 2011-11-30.22:48:26
SpamBayes Score 0.011875244
Marked as misclassified No
Message-id <1322693306.83.0.574617247119.issue13505@psf.upfronthosting.co.za>
In-reply-to
Content
After a bit of testing, my idea was flawed, as str() doesn't accept an encoding parameter in 2.x: `str(u'foo', 'latin1')` simply raises a TypeError.
History
Date User Action Args
2011-11-30 22:48:26pitrousetrecipients: + pitrou, irmen, alexandre.vassalotti, meador.inge
2011-11-30 22:48:26pitrousetmessageid: <1322693306.83.0.574617247119.issue13505@psf.upfronthosting.co.za>
2011-11-30 22:48:26pitroulinkissue13505 messages
2011-11-30 22:48:26pitroucreate