In message <[email protected]>, 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
