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 math_foo
Recipients Gryllida, giampaolo.rodola, jcao219, math_foo, pitrou
Date 2014-04-16.14:19:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397657980.7.0.409218844462.issue12523@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a small script that runs fine under 2.7 but demonstrates the error when run at 3.5.

If, at all the points annotated with '#not bytes :-(', the unicode strings are replaced with bytes objects, the example then successfully runs at 3.5.
History
Date User Action Args
2014-04-16 14:19:40math_foosetrecipients: + math_foo, pitrou, giampaolo.rodola, Gryllida, jcao219
2014-04-16 14:19:40math_foosetmessageid: <1397657980.7.0.409218844462.issue12523@psf.upfronthosting.co.za>
2014-04-16 14:19:40math_foolinkissue12523 messages
2014-04-16 14:19:40math_foocreate