Home - joingreat/bugList GitHub Wiki

AttributeError: 'dict' object has no attribute 'iteritems':

Python3.x中不再支持iteritems(),所以将iteritems()改成items(),即dict.items()