In message <4cce6ff6.2050...@v.loewis.de>, Martin v. Loewis wrote:

> (in fact, I can't think any situation where I would use the backslash).

    for \
        Description, Attr, ColorList \
    in \
        (
            ("normal", "image", MainWindow.ColorsNormalList),
            ("highlighted", "highlight", MainWindow.ColorsHighlightedList),
            ("selected", "select", MainWindow.ColorsSelectedList),
        ) \
    :
       ...
    #end for

<http://github.com/ldo/dvd_menu_animator>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to