Skip to content
GitLab
Explore
Sign in
Fix for compatibility with py3 iterators.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Scott Snyder
requested to merge
ssnyder/cool:py3-iter-20210802
into
master
Aug 02, 2021
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
py3 iterators need a
next
() method, while py2 used next().
Merge request reports
Loading