In python3 next has been renamed to __next__ (#17)
* In python3 next has been renamed to __next__ https://www.python.org/dev/peps/pep-3114/ * added test for cursor iterator next
Loading
Please register or sign in to comment
* In python3 next has been renamed to __next__ https://www.python.org/dev/peps/pep-3114/ * added test for cursor iterator next