[issue8859] split() splits on non whitespace char when ther is no separator given.

Antoine Pitrou report at bugs.python.org
Sun May 30 21:13:24 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

What do you mean, "works perfectly well under Linux"?
The error also happens under Linux here, and is expected: you can't call unicode() without an encoding and expect it to decode properly non-ASCII chars (and \xa0 is a non-ASCII char).

----------
nosy: +pitrou
status: pending -> open

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


More information about the Python-bugs-list mailing list