"Sim Zacks" <sim(at)compulab(dot)co(dot)il> writes:
> I've been looking at the possibility of having a planned CR in the source
> code and I don't see a case where it would happen.
Does python actually disallow newlines in string literals? That is
x = 'foo
bar'
Whether you think this is good style is not the question --- is it
allowed by the language?
regards, tom lane