How to compare two lists ?

Oleg Broytmann phd at phd.fep.ru
Thu Apr 19 10:15:05 EDT 2001


On Thu, 19 Apr 2001, Budgester wrote:
> 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.
----
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list