<p><br>
On Nov 30, 2011 5:31 PM, "Jakob Bowyer" <<a href="mailto:jkbbwr@gmail.com">jkbbwr@gmail.com</a>> wrote:<br>
><br>
> I just had something pointed out to me in #python that min and max accept *args, I know for a fact that any and all only use a single iterable password.<br>
> Shouldn't we allow either one of the two ideas?<br>
><br>
> Either max/min take only iterable arguments.<br>
> OR<br>
> Allow any/all to use *args<br>
><br>
> In the second case this becomes legal<br>
><br>
> any(1 in a, 2 in b, 3 in c)</p>
<p>I'd use 'or' here. For all, I'd use 'and'.</p>
<p>-- <br>
Arnaud</p>