This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients pashkasan, rhettinger, ronaldoussoren
Date 2018-10-01.09:42:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538386936.07.0.545547206417.issue34859@psf.upfronthosting.co.za>
In-reply-to
Content
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").
History
Date User Action Args
2018-10-01 09:42:16ronaldoussorensetrecipients: + ronaldoussoren, rhettinger, pashkasan
2018-10-01 09:42:16ronaldoussorensetmessageid: <1538386936.07.0.545547206417.issue34859@psf.upfronthosting.co.za>
2018-10-01 09:42:16ronaldoussorenlinkissue34859 messages
2018-10-01 09:42:16ronaldoussorencreate