In message <[EMAIL PROTECTED]>, Steven D'Aprano wrote: > I disagree. Triple-quoted strings are exactly the same as other strings: > they capture *exactly* what you put in them ...
But that conflicts with the use of whitespace for indentation rules. Other languages are freeform, and have strings that include whitespace as significant. In short, if whitespace is significant outside a string, then it shouldn't be significant inside. And vice versa. -- http://mail.python.org/mailman/listinfo/python-list