[issue22232] str.splitlines splitting on non-\r\n characters

Ezio Melotti report at bugs.python.org
Tue Oct 28 13:45:46 CET 2014


Ezio Melotti added the comment:

There are some ascii line breaks other than \n, \r, \r\n.
unicode=True might be better, but might be confused with unicode strings.
Maybe unicode_linebreaks or unicode_newlines?

----------

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


More information about the Python-bugs-list mailing list