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

FWIW the UnicodeError comes from PyUnicode_EncodeDecimal (unicodeobject.c:6212) 
and the "ValueError: could not convert string to float" with the buggy � comes 
from PyOS_string_to_double (pystrtod.c:316).  Maybe PyOS_string_to_double 
should be fixed to display the string correctly, but I don't know what will be 
affected from that (and if it will make things worse or better).  The 
UnicodeError can be fixed in PyFloat_FromString (floatobject.c:174).

----------

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

Reply via email to