[Python-ideas] Implicit String Concatenation

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Apr 13 01:27:44 CEST 2007


For Py3k, how about changing the definition of triple
quoted strings so that indentation is stripped up
to the level of the line where the string began?

In other words, apply an implicit dedent() to it
in the parser.

--
Greg



More information about the Python-ideas mailing list