Martin Panter <vadmium...@gmail.com> added the comment:

What documentation were you looking at? I remember adding 0x1E and others to 
the list in Issue 12855. See 
<https://docs.python.org/3.5/library/stdtypes.html#str.splitlines>:

‘‘‘
str.splitlines([keepends])
  . . .
  
  This method splits on the following line boundaries. . . .
  
  Representation  Description
  ==============  ===========
  . . .
  \x1e            Record Separator
  . . .
’’’

----------
nosy: +martin.panter

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

Reply via email to