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 Adam.Cohen
Recipients Adam.Cohen, eric.araujo, orsenthil, r.david.murray, ssbarnea, terry.reedy, thijs, vstinner
Date 2011-09-22.22:11:22
SpamBayes Score 0.0006060916
Marked as misclassified No
Message-id <1316729483.01.0.736413531424.issue12398@psf.upfronthosting.co.za>
In-reply-to
Content
I encountered this issue as well. "params" is simply a bytestring, with no encoding. Workaround/proper solution is to cast the string as a bytearray with bytearray(params).
History
Date User Action Args
2011-09-22 22:11:23Adam.Cohensetrecipients: + Adam.Cohen, terry.reedy, orsenthil, vstinner, eric.araujo, r.david.murray, ssbarnea, thijs
2011-09-22 22:11:23Adam.Cohensetmessageid: <1316729483.01.0.736413531424.issue12398@psf.upfronthosting.co.za>
2011-09-22 22:11:22Adam.Cohenlinkissue12398 messages
2011-09-22 22:11:22Adam.Cohencreate