[issue6537] string.split shouldn't split on non-breaking spaces

Benjamin Peterson report at bugs.python.org
Tue Jul 21 22:04:43 CEST 2009


Benjamin Peterson <benjamin at python.org> added the comment:

split() is usually used to split words. To reflow text, use the textwrap
module.

----------
nosy: +benjamin.peterson
resolution:  -> rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list