Skip to content

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