Ronald Oussoren <ronaldousso...@mac.com> added the comment:

I suspect that there may also be confusion about the line ending in multiline 
strings. Is there any documentation on the fact that this is always "\n" and 
not "\r\n" (even on Windows)?  

The closest I've found is the Lexical Analysis part of the language reference 
(<https://docs.python.org/3.7/reference/lexical_analysis.htm>) which states 
that lines in source code are separated by NEWLINE (that is "\n").

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34859>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to