This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients belopolsky, ezio.melotti, mark.dickinson, vstinner
Date 2010-11-28.05:37:13
SpamBayes Score 0.00012701859
Marked as misclassified No
Message-id <1290922636.03.0.0915414949505.issue10557@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2010-11-28 05:37:16ezio.melottisetrecipients: + ezio.melotti, mark.dickinson, belopolsky, vstinner
2010-11-28 05:37:16ezio.melottisetmessageid: <1290922636.03.0.0915414949505.issue10557@psf.upfronthosting.co.za>
2010-11-28 05:37:13ezio.melottilinkissue10557 messages
2010-11-28 05:37:13ezio.melotticreate