Re: [Tutor] update list of dictionaries based on key

2009-03-13 Thread ski
greg whittier wrote: On Fri, Mar 13, 2009 at 11:09 AM, ski wrote: Hello, Here is what I have so far: mylist = [{'index': 0, 'title': 'Association of British Travel Agents', 'selected': False, 'edit_row': '?edit_affiliation=0', 'affiliation': 'ABTA', 'affiliation_no': u'G3903'}, {'index': 1,

Re: [Tutor] update list of dictionaries based on key

2009-03-13 Thread greg whittier
On Fri, Mar 13, 2009 at 11:09 AM, ski wrote: > Hello, > Here is what I have so far: > mylist = [{'index': 0, 'title': 'Association of British Travel Agents', 'selected': False, 'edit_row': '?edit_affiliation=0', 'affiliation': 'ABTA', 'affiliation_no': u'G3903'}, {'index': 1,

[Tutor] update list of dictionaries based on key

2009-03-13 Thread ski
Hello, Here is what I have so far: >>> mylist = [{'index': 0, 'title': 'Association of British Travel Agents', 'selected': False, 'edit_row': '?edit_affiliation=0', 'affiliation': 'ABTA', 'affiliation_no': u'G3903'}, {'index': 1, 'title': 'Appointed Agents of IATA', 'selected': False, 'edit_ro