Or even: items['NewKey'] = items.pop('OldKey') :) Peter Bengtsson wrote: >items['NewKey'] = items['OldKey']; items.pop('OldKey') > > > >