"Jonathan Gardner" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> codes = map(lambda x: x[0], list1)
> for d in list2:
>  if d['code'] in codes:
>    d['VERIFIED'] = 1
>
> Is this what you were looking for?
>

That is exactly what I was looking for.  I will have to take a look at map.

Thank you very much 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to