-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
Labels
No labels