Arnaud Delobelle <arno...@googlemail.com> writes:
> >      return (len(a) == len(b)) and all(imap(comp, izip(a, b)))
> Do you mean imap(comp, a, b)?

Oh yes, I forgot you can do that.  Thanks.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to