Vladimir Iofik <v-io...@yandex.ru> added the comment:

UnicodeDecodeException is thrown because 'ctype' is already a string, 
so it is first implicitly decoded by default encoder (which is 'ascii') and 
then reencoded back. I see no reason in all these actions, so I simply removed 
them. I think Antoine Pitrou (who is the author of these lines) can shed some 
light on this, but I guess it's just a copy-paste of the code below.

----------

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

Reply via email to