[issue10557] Malformed error message from float()

Mark Dickinson report at bugs.python.org
Fri Dec 3 11:02:34 CET 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

> Are you sure ? I'm not sure how the underlying PyOS_string_to_double()
> (IIRC) works.

I believe it accepts ASCII whitespace (i.e., chars ' ', '\t', '\f', '\n', '\r', '\v'), and nothing else.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10557>
_______________________________________


More information about the Python-bugs-list mailing list