Skip to content

Python 3 compatibility  #7

@jrm224

Description

@jrm224

A couple of methods that deal with config use the dict.iteritems() method which was removed in python 3. Seeing as python 2 reached eol a while ago now, it would be great to change that. I found this: https://www.python.org/dev/peps/pep-0469/ and this: https://stackoverflow.com/questions/30418481/error-dict-object-has-no-attribute-iteritems (these give conflicting answers to the question of what to replace iteritems with).
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions