In message <[EMAIL PROTECTED]>, Stefan Behnel wrote:

> He means he has to use backslashes instead of parentheses here.
> 
> Which is not true, you could easily rephrase this as:
> 
>     for link in GetEachRecord(
>              "links",
>              ....):
>         out.write(
>              ....
>              )
> 
> See? No backslash!

But then you can no longer use indentation to display the two-dimensional
structure of the statement.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to