any( iterab ) and all( iterab )

as shorthand for reduce( operator.or_, iterab ) and
reduce( operator.and_, iterab ).

What do you think?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to