[EMAIL PROTECTED] wrote:

> Here's just one of my questions:
> 
> foo = [
>     'some item, quite long',
>     'more items, all demanding there own line as they are not short',
>     ...
> 
> Where would you put the closing ']'?

on a line by itself, indented as your favourite Python editor indents it.

</F>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to