[issue34256] Python treats ASCII record separator ('\x1e') as a newline

2018-08-03 Thread Martin Panter
Martin Panter added the comment: What documentation were you looking at? I remember adding 0x1E and others to the list in Issue 12855. See : ‘‘‘ str.splitlines([keepends]) . . . This method splits on the following line

[issue34256] Python treats ASCII record separator ('\x1e') as a newline

2018-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: A database record is equivalent to a logical line, possible wrapped onto multiple physical lines. So it is plausible. The 7643 in the test name refers to issue #7643, What is a Unicode line break character?" It contains this: " > We may add some words to