Definition
A manner of interpreting text streams in which all of the following are
recognized as ending a line: the Unix end-of-line convention '\n',
the Windows convention '\r\n', and the old Macintosh convention
'\r'. See PEP 278 and PEP 3116, as well as
bytes.splitlines() for an additional use.