Closed mx-moth closed 5 years ago
I made this PR four years and five jobs ago. I have not touched this project since. I do not have the time to update this PR, but you are welcome to take these changes and work on them yourself, or to close this PR.
Closing in favor of #636.
iter.next()
has been replaced bynext(iter)
dict.keys()
no longer returns alist
, so can not be indexed. It is now either explicitly cast to alist
, or used as an iterator.file.xreadlines()
is not needed, asfile
itself is iterable.