<br><br>On Friday, May 17, 2013 8:14:39 AM UTC-6, Ron Adam wrote:<br><blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">On 05/17/2013 06:41 AM, Steven D'Aprano wrote:
<br>> They clearly should be in different threads. Line continuation is
<br>> orthogonal to string continuation. You can have string concatenation on a
<br>> single line:
<br>>
<br>> s = "Label:\t" r"Data containing \ backslashes"
<br>
<br>Can you think of, or find an example of two adjacent strings on the same 
<br>line that can't be written as a single string?
<br>
<br>     s = "Label:\t Data containing \ backslashes"
<br>
<br>I'm curious about how much of a problem not having implicit string 
<br>concatenations really is?
<br></blockquote><div><br>"Can't" is an unrealistically high a bar but I posted a real example at<br>  http://mail.python.org/pipermail/python-ideas/2013-May/020847.html<br>that is *better* written IMO as adjacently-concatenated string literals.<br><br></div>