Ron Adam wrote:
>
>      hasall(S, True, lambda n: n=42)
> 

That was suppose to be:

       hasall(S, True, lambda n: n==42)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to