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

Samuel Charron report at bugs.python.org
Fri Aug 22 22:49:52 CEST 2014


Samuel Charron added the comment:

It's also at line #14941 for unicode strings if I understand correctly

With 3.4.0: 

>>> "a\x85b\x1ec".splitlines()
['a', 'b', 'c']

----------

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


More information about the Python-bugs-list mailing list