[Python-3000] [Python-ideas] Implicit String Concatenation (original) (raw)

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-3000 mailing list