STINNER Victor <victor.stin...@haypocalc.com> added the comment:

The problem is specific to Python 2.x. With Python3, "%c" expects one unicode 
character (eg. "a").

My patch fixes the char => Py_UNICODE conversion, but raising an error is maybe 
better to be consistent with u"%s" % "\x80" (and prepare the migration the 
Python3).

----------

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

Reply via email to