Alexander Schrijver added the comment:
Martin: Yes, it does, thank you. Sorry, I didn't know you where waiting for my
approval.
--
___
Python tracker
<http://bugs.python.org/is
Alexander Schrijver added the comment:
I appeared to have missed the reference to that issue when I read this issue
the first time. Re-opening that issue makes sense to me.
--
___
Python tracker
<http://bugs.python.org/issue22
Alexander Schrijver added the comment:
Oops, wrong diff. Sorry, this is the correct one for 2.7.
--
Added file: http://bugs.python.org/file43075/cpython2.7_splitlines.diff
___
Python tracker
<http://bugs.python.org/issue22
Alexander Schrijver added the comment:
This diff synchronizes the cpython 2.7 with that from 3.5 and also describes
the difference between bytes objects and unicode objects (from the other diff)
--
Added file: http://bugs.python.org/file43072/cpython3.5_splitlines.diff
Alexander Schrijver added the comment:
This diff updates the cpython (tip) documentation to document the different
behaviour when using splitlines on bytes objects or string objects.
--
keywords: +patch
nosy: +Alexander Schrijver
Added file: http://bugs.python.org/file43071