Change iteritems() to items() for python3 (#6588)
The evaluation crashes in python3 if iteritems() is used instead of items()
Showing
Please register or sign in to comment
The evaluation crashes in python3 if iteritems() is used instead of items()