[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
- Previous message: [Python-3000] Marshal Version and Pickle Protocols
- Next message: [Python-3000] [Python-Dev] PEP 3118: Extended buffer protocol (new version)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-3000] Marshal Version and Pickle Protocols
- Next message: [Python-3000] [Python-Dev] PEP 3118: Extended buffer protocol (new version)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]