Skip to content

Issue 796 resolved #919

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

Merged
merged 6 commits into from
Sep 17, 2018
Merged

Issue 796 resolved #919

merged 6 commits into from
Sep 17, 2018

Conversation

mpoulin
Copy link
Contributor

@mpoulin mpoulin commented Sep 14, 2018

The section on filtering lists now points out some differences between Python 2.x and 3.x and how to work around them.
I also discuss the advantages of iterators vs. creating temporary lists.

mpoulin and others added 6 commits September 11, 2018 15:52
Describe the differences between 2.x and 3.x and suggest situations when iterators would be more appropriate than lists.
To avoid side effects, don't modify the original list. Create a new list instead.
@dbader
Copy link
Member

dbader commented Sep 17, 2018

Thanks @mpoulin 😄 Let's get this merged

@dbader dbader merged commit 1afc042 into master Sep 17, 2018
@dbader dbader deleted the issue-796 branch September 17, 2018 18:02
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