i was looking to list all the items in list1 that are not in list2 based on the key['id] and key['affiliation'] respectively.

thanks



Kent Johnson wrote:
On Mon, Mar 9, 2009 at 4:20 PM, ski <nor...@khine.net> wrote:

what am i missing here, i would like to get a list of the diff between list1
and list2

What do you mean by diff in this case? Items in one list and not in
the other?  Items that are in both lists but with different elements?
What elements do you want to use for the comparison?

Kent



_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to