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 serhiy.storchaka
Recipients Ben.Hearsum, catlee, flox, orsenthil, serhiy.storchaka
Date 2013-06-15.14:56:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371308181.2.0.238918430305.issue18167@psf.upfronthosting.co.za>
In-reply-to
Content
> Do triple quoted strings in python always use \n for EOL regardless of the source code EOL format?

Python parser always interprets EOL as \n in string literals.
History
Date User Action Args
2013-06-15 14:56:21serhiy.storchakasetrecipients: + serhiy.storchaka, orsenthil, catlee, flox, Ben.Hearsum
2013-06-15 14:56:21serhiy.storchakasetmessageid: <1371308181.2.0.238918430305.issue18167@psf.upfronthosting.co.za>
2013-06-15 14:56:21serhiy.storchakalinkissue18167 messages
2013-06-15 14:56:21serhiy.storchakacreate