[issue12855] linebreak sequences should be better documented

2016-06-14 Thread Alexander Schrijver

Alexander Schrijver added the comment:

Martin: Yes, it does, thank you. Sorry, I didn't know you where waiting for my 
approval.

--

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12855>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2016-06-01 Thread Alexander Schrijver

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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22232>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2016-05-31 Thread Alexander Schrijver

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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22232>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2016-05-31 Thread Alexander Schrijver

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

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22232>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2016-05-31 Thread Alexander Schrijver

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/cpython3.5_splitlines.diff

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22232>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com