Are line continuations needed?

Russell Wallace wallacethinmintr at eircom.net
Wed Apr 7 10:05:29 EDT 2004


Hi all,

Python lets you continue a single logical line across more than one
physical line, either by putting a \ at the end or letting it happen
automatically with an incomplete infix operator.

I'm wondering how often is this feature needed? Would there be any
problems if it weren't part of the language?

-- 
"Sore wa himitsu desu."
To reply by email, remove
the small snack from address.
http://www.esatclear.ie/~rwallace



More information about the Python-list mailing list