[issue10557] Malformed error message from float()

Mark Dickinson report at bugs.python.org
Sun Nov 28 18:00:09 CET 2010


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

About Alexander's solution:  might it make more sense to have PyUnicode_EncodeDecimal raise for inputs like this?  I see it as PyUnicode_EncodeDecimal's job to turn the unicode input into usable ASCII (or raise an exception);  it looks like that's not happening here.

Adding MAL to the nosy in case he wants to comment on this.

----------
nosy: +lemburg

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


More information about the Python-bugs-list mailing list