Y
Hacker News
new
|
ask
|
show
|
jobs
by
maleldil
18 days ago
Even Python has str.splitlines, which accepts a range of line separators (not just LF and CRLF), and the same when iterating over a file handle (which iterates over lines).
You're right, this is a complete nonissue.