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 mark.dickinson
Recipients belopolsky, eric.smith, ezio.melotti, lemburg, mark.dickinson, skrah
Date 2010-12-03.12:47:46
SpamBayes Score 1.1999011e-06
Marked as misclassified No
Message-id <1291380472.39.0.0474360954037.issue10557@psf.upfronthosting.co.za>
In-reply-to
Content
> According to comments in the code and verified by inspection,
> PyOS_string_to_double does not accept any whitespace.

Bah.  You're right, of course.  :-)

Any whitespace (post PyUnicode_EncodeDecimal) is handled in PyFloat_FromString, using Py_ISSPACE.
History
Date User Action Args
2010-12-03 12:47:52mark.dickinsonsetrecipients: + mark.dickinson, lemburg, belopolsky, eric.smith, ezio.melotti, skrah
2010-12-03 12:47:52mark.dickinsonsetmessageid: <1291380472.39.0.0474360954037.issue10557@psf.upfronthosting.co.za>
2010-12-03 12:47:46mark.dickinsonlinkissue10557 messages
2010-12-03 12:47:46mark.dickinsoncreate