R. David Murray <rdmur...@bitdance.com> added the comment: "newline controls how universal newlines works (it only applies to text mode). It can be None, '', '\n', '\r', and '\r\n'..."
Whereas splitlines says: "Return a list of the lines in the string, breaking at line boundaries." So if we are fixing docs, we need to add that "line boundaries" are based on the relevant unicode properties (see issue 7643). And, indeed, Antoine has already pronounced on this in issue 6664. Since this has come up more than once, adding a note that they are not recognized by design in the io module to the io docs might be a good idea. ---------- assignee: -> docs@python components: +Documentation nosy: +docs@python, pitrou stage: -> needs patch type: -> behavior versions: +Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11305> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com