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.16:08:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397664532.6.0.672411015786.issue12523@psf.upfronthosting.co.za>
In-reply-to
Content
I was unable to locate a point in the code where we could be certain that the error was ultimately caused by trying to use (unicode) strings instead of bytes object.

The patch adds a logging statement suggesting what the trouble is when the error is (probably) encountered.

Someone with more experience than me will need to make the call about whether this is a useful addition or not.
History
Date User Action Args
2014-04-16 16:08:52math_foosetrecipients: + math_foo, pitrou, giampaolo.rodola, Gryllida, jcao219
2014-04-16 16:08:52math_foosetmessageid: <1397664532.6.0.672411015786.issue12523@psf.upfronthosting.co.za>
2014-04-16 16:08:52math_foolinkissue12523 messages
2014-04-16 16:08:52math_foocreate