
How to compare two lists ?
Quote:
> I'm trying to compare two list for differences, is there and easy way to do
> this ?
Python 2.1 has difflib:
http://www.python.org/doc/current/lib/module-difflib.html
Oleg.
----
Programmers don't die, they just GOSUB without RETURN.