Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use izip, fixes #26 #33

Merged
merged 1 commit into from
Feb 11, 2015
Merged

Don't use izip, fixes #26 #33

merged 1 commit into from
Feb 11, 2015

Conversation

jcbsv
Copy link
Contributor

@jcbsv jcbsv commented Feb 11, 2015

In Python 3 zip is like izip in Python 2. There doesn't seem to be an actual need for using izip in the code, as zip is used in similar code 10 lines above.

bdarnell added a commit that referenced this pull request Feb 11, 2015
@bdarnell bdarnell merged commit c059cb3 into bdarnell:master Feb 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants