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 pashkasan
Recipients pashkasan, rhettinger, ronaldoussoren
Date 2018-10-01.09:57:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538387820.64.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 problem is that "\r\n" not found in source multiline strings str, str2, but exists
i tested on windows , unix
History
Date User Action Args
2018-10-01 09:57:00pashkasansetrecipients: + pashkasan, rhettinger, ronaldoussoren
2018-10-01 09:57:00pashkasansetmessageid: <1538387820.64.0.545547206417.issue34859@psf.upfronthosting.co.za>
2018-10-01 09:57:00pashkasanlinkissue34859 messages
2018-10-01 09:57:00pashkasancreate