I am going to do a quick self-review by eyeballing the code to check for any final superfluous changes made by 2to3, such as list() over iterators in an iteration, which are made to err on the side of safety by the tool (these are harmless but should be removed now else they are unlikely to be noticed and removed in future). Then I can merge.
Close #17.
I am going to do a quick self-review by eyeballing the code to check for any final superfluous changes made by
2to3
, such aslist()
over iterators in an iteration, which are made to err on the side of safety by the tool (these are harmless but should be removed now else they are unlikely to be noticed and removed in future). Then I can merge.