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 vstinner
Recipients eric.smith, gregory.p.smith, vstinner
Date 2017-08-08.01:06:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502154378.32.0.440112926265.issue31136@psf.upfronthosting.co.za>
In-reply-to
Content
Workaround working on all Python versions, string concatenation made by the compiler: r"...." "...".

>>> print(r"a\n" "\\")
a\n\
History
Date User Action Args
2017-08-08 01:06:18vstinnersetrecipients: + vstinner, gregory.p.smith, eric.smith
2017-08-08 01:06:18vstinnersetmessageid: <1502154378.32.0.440112926265.issue31136@psf.upfronthosting.co.za>
2017-08-08 01:06:18vstinnerlinkissue31136 messages
2017-08-08 01:06:18vstinnercreate