Replaced 'next' testing by collections.Iterator testing.
The new construct is also Python 3 compatible (where 'next' has been renamed to '__next__').
Loading
Please register or sign in to comment
The new construct is also Python 3 compatible (where 'next' has been renamed to '__next__').