Adam Cohen <a...@seatgeek.com> added the comment:

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).

----------
nosy: +Adam.Cohen

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12398>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to