Arnaud Delobelle <[email protected]> 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
Arnaud Delobelle <[email protected]> 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