Tony Nelson <[EMAIL PROTECTED]> wrote: > While we're at it, I use bracketing instead of line continuation: > > print ( "a long string, longer than this " > "and some more of the string" )
To continue the pedantry: Those are parentheses, not brackets. Slightly more on-topic, the parentheses make it look like a sequence to this reader (though, without a comma, not to the Python parser, of course). -- \ Q: "I've heard that Linux causes cancer..." Torvalds: "That's | `\ a filthy lie. Besides, it was only in rats and has not been | _o__) reproduced in humans." -- Linus Torvalds | Ben Finney -- http://mail.python.org/mailman/listinfo/python-list