[issue18236] int() and float() do not accept strings with trailing separators

Marc-Andre Lemburg report at bugs.python.org
Sun Jun 23 12:54:21 CEST 2013


Marc-Andre Lemburg added the comment:

I agree with Martin.

At the time Unicode was added to Python, there was no single Unicode property for white space, so I had to deduce this from the other available properties.

Now that we have a white space property in Unicode, we should start using it. Fortunately, the difference in Python's set of white space chars and the ones having the Unicode white space property are minimal.

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

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


More information about the Python-bugs-list mailing list