> > False not in logflags > Or, if your values aren't already bools
False not in (bool(n) for n in logflags) Peace, ~Simon -- http://mail.python.org/mailman/listinfo/python-list
> > False not in logflags > Or, if your values aren't already bools
False not in (bool(n) for n in logflags) Peace, ~Simon -- http://mail.python.org/mailman/listinfo/python-list