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

Serhiy Storchaka report at bugs.python.org
Sat Aug 23 16:00:52 CEST 2014


Serhiy Storchaka added the comment:

May be add a parameter to str.splitlines() which will switch behavior to split on '\n', '\r' and '\r\n' only?

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list