Skip to content

getiterator is deprecated #6

@robweber

Description

@robweber

Given the date of the last commit I doubt this is being maintained, but on the off chance it is I found an error affecting Python versions 3.9 or greater.

The function getiterator used here was deprecated in Python 3.2 and removed in 3.9. If this is replaced with a function call to iter() instead things will work as expected.

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