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