Ezio Melotti <ezio.melo...@gmail.com> added the comment:

The problem is in Modules/_io/stringio.c, in stringio_write. The error message 
still uses the py3k wording where 'string' means unicode string. The error 
should say "unicode argument expected, got 'str'".
There might be similar mistakes around.

----------
nosy: +ezio.melotti

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

Reply via email to