This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients apatrushev, docs@python, martin.panter, terry.reedy, timClicks
Date 2018-08-03.23:55:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533340515.32.0.56676864532.issue34256@psf.upfronthosting.co.za>
In-reply-to
Content
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
  . . .
’’’
History
Date User Action Args
2018-08-03 23:55:15martin.pantersetrecipients: + martin.panter, terry.reedy, docs@python, timClicks, apatrushev
2018-08-03 23:55:15martin.pantersetmessageid: <1533340515.32.0.56676864532.issue34256@psf.upfronthosting.co.za>
2018-08-03 23:55:15martin.panterlinkissue34256 messages
2018-08-03 23:55:15martin.pantercreate