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 amaury.forgeotdarc
Recipients David.Buxton, amaury.forgeotdarc, eli.bendersky, flox
Date 2012-08-29.16:45:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346258716.15.0.493428155913.issue15811@psf.upfronthosting.co.za>
In-reply-to
Content
Why is it a problem? Encoding must be a text string:
  encoding='utf-8'
works with both Python 2 and 3.

Or if you used "from __future__ import unicode_literals",
    str('utf-8')
works as well.
History
Date User Action Args
2012-08-29 16:45:16amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, eli.bendersky, flox, David.Buxton
2012-08-29 16:45:16amaury.forgeotdarcsetmessageid: <1346258716.15.0.493428155913.issue15811@psf.upfronthosting.co.za>
2012-08-29 16:45:15amaury.forgeotdarclinkissue15811 messages
2012-08-29 16:45:15amaury.forgeotdarccreate