Charles G Waldman wrote: > I would write > > dict['new_key'] = dict.get('new_key',[]) + [new_value] thanks, that's just the kind of elegant trick i was looking for! --mk