> In py3.x, iteritems was replaced by .items() Interesting, since iteritems was in my book, which was "updated" for Py33. I guess the moral is you shouldn't trust an author 100% ;') I must admit, iteritems did seem awkward and annoying so I'm glad it's dropped. Jim